mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-23 04:25:30 +00:00
binutils/binutils: warn if only gold is selected
gold is not capable of building glibc/eglibc. See this thread: http://sourceware.org/ml/crossgcc/2011-04/msg00010.html Reported-by: Bill Pringlemeir <bpringle@sympatico.ca> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
6f2778eb02
commit
e1698c4e78
@ -133,6 +133,11 @@ config BINUTILS_LINKER_GOLD_LD
|
||||
|
||||
endchoice # Enable linkers
|
||||
|
||||
if BINUTILS_LINKER_GOLD
|
||||
comment "WARNING! gold is not capable of"
|
||||
comment "| building glibc/eglibc!"
|
||||
endif # BINUTILS_LINKER_GOLD
|
||||
|
||||
config BINUTILS_GOLD_INSTALLED
|
||||
bool
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user