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:
Chris Packham 2023-03-05 16:53:15 +13:00
parent 240c7a5d48
commit 5d2b316093

View File

@ -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