mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
binutils: Allow gold for more architectures
Based on the configure.ac for binutils it appears that arm, loongarch, mips, powerpc, s390, sparch and x86 are supported. Expand the list of architectures that gold is allowed to be used on. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
240c7a5d48
commit
5d2b316093
@ -6,6 +6,11 @@ comment "GNU binutils"
|
||||
config BINUTILS_GOLD_SUPPORTS_ARCH
|
||||
bool
|
||||
default y if ARCH_ARM
|
||||
default y if ARCH_LOONGARCH
|
||||
default y if ARCH_MIPS
|
||||
default y if ARCH_POWERPC
|
||||
default y if ARCH_S390
|
||||
default y if ARCH_SPARC
|
||||
default y if ARCH_X86
|
||||
|
||||
config BINUTILS_GOLD_SUPPORT
|
||||
|
Loading…
Reference in New Issue
Block a user