From 5d2b316093a3bd348d7902382179d68270a38c3b Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 5 Mar 2023 16:53:15 +1300 Subject: 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 --- config/binutils/binutils.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 338220d0..0744080a 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -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 -- cgit v1.2.3