mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-10 22:43:56 +00:00
libc/glibc-common: force use of the BFD linker
gold can not build glibc/eglibc, force use of the BFD linker during the toolchain build. 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
942bd0e2a7
commit
b296cfb986
@ -3,6 +3,12 @@
|
||||
|
||||
if LIBC_glibc || LIBC_eglibc
|
||||
|
||||
# Force using the BFD linker during the toolchain build
|
||||
config LIBC_glibc_familly
|
||||
bool
|
||||
default y
|
||||
select BINUTILS_FORCE_LD_BFD
|
||||
|
||||
# Some architectures require the ports addon. List them one by one here:
|
||||
# This list must be carefully in sync with the architectures names
|
||||
# we can find in config/arch/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user