summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-07 23:10:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-07 23:23:46 +0100
commitb5b72b1e8cc2267e69af149f48b755b97627e74e (patch)
tree4e6e327c747a0bd0adab3325f67051eb02d7b1ba /target/config/Config.in.binutils
parentd327bd6fe3f1f5bce550a0626564b77822e59689 (diff)
binutils/gcc: cosmetic changes
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 7ef88714c..92f8b674f 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -3,9 +3,9 @@
choice
prompt "Binutils version"
+default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32
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_2_28 if ADK_TARGET_ARCH_ARM && ADK_KERNEL_THUMB2_KERNEL && ADK_TARGET_OS_LINUX
default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2
default ADK_TOOLCHAIN_BINUTILS_2_29
@@ -34,11 +34,11 @@ config ADK_TOOLCHAIN_BINUTILS_NDS32
depends on ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_BINUTILS_CSKY
- bool "2.27-c-sky"
+ bool "2.27-csky"
depends on ADK_TARGET_ARCH_CSKY
-config ADK_TOOLCHAIN_BINUTILS_2_20_1
- bool "2.20.1"
+config ADK_TOOLCHAIN_BINUTILS_AVR32
+ bool "2.20.1-avr32"
depends on ADK_TARGET_ARCH_AVR32
endchoice