mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-11 23:43:22 +00:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
|
menu "Linkers"
|
||
|
|
||
|
if BINUTILS_LINKER_LD || BINUTILS_LINKER_BOTH
|
||
|
comment "BFD enabled in binutils"
|
||
|
endif # BINUTILS_LINKER_LD
|
||
|
if BINUTILS_LINKER_GOLD || BINUTILS_LINKER_BOTH
|
||
|
comment "GOLD enabled in binutils"
|
||
|
endif # BINUTILS_LINKER_GOLD
|
||
|
|
||
|
source "config/gen/linker.in"
|
||
|
|
||
|
endmenu
|