summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-06 20:28:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-06 20:38:38 +0200
commit210b0b25ee2a8bc62f921a695835d04810516357 (patch)
tree705553aeceb711f1a13beb6799175156a94d7616 /target/config/Config.in.binutils
parent68cc92683a8018b39f1e374fc7b92c926a815eae (diff)
fix ppc64 cpu selection
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils10
1 files changed, 3 insertions, 7 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index c456925f3..aa0cc4a1b 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -7,9 +7,7 @@ default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_BINUTILS_CSKY if ADK_TARGET_ARCH_CSKY
default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32
-default ADK_TOOLCHAIN_BINUTILS_GIT if ADK_TARGET_ARCH_MIPS
-default ADK_TOOLCHAIN_BINUTILS_GIT if ADK_TARGET_ARCH_MIPS64
-default ADK_TOOLCHAIN_BINUTILS_2_28
+default ADK_TOOLCHAIN_BINUTILS_2_29
config ADK_TOOLCHAIN_BINUTILS_GIT
bool "git"
@@ -17,13 +15,11 @@ config ADK_TOOLCHAIN_BINUTILS_GIT
depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_NDS32
-config ADK_TOOLCHAIN_BINUTILS_2_28
- bool "2.28"
+config ADK_TOOLCHAIN_BINUTILS_2_29
+ bool "2.29"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_NDS32
- depends on !ADK_TARGET_ARCH_RISCV32
- depends on !ADK_TARGET_ARCH_RISCV64
config ADK_TOOLCHAIN_BINUTILS_NDS32
bool "2.24-nds32"