summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils.choice
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.binutils.choice')
-rw-r--r--target/config/Config.in.binutils.choice42
1 files changed, 42 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils.choice b/target/config/Config.in.binutils.choice
new file mode 100644
index 000000000..85caea36c
--- /dev/null
+++ b/target/config/Config.in.binutils.choice
@@ -0,0 +1,42 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+choice
+prompt "Binutils version"
+default ADK_TOOLCHAIN_BINUTILS_2_25
+
+config ADK_TOOLCHAIN_BINUTILS_GIT
+ bool "git"
+ depends on !ADK_TARGET_ARCH_BFIN
+ depends on !ADK_TARGET_ARCH_ARC
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_CRIS
+
+config ADK_TOOLCHAIN_BINUTILS_2_25
+ bool "2.25"
+ depends on !ADK_TARGET_ARCH_BFIN
+ depends on !ADK_TARGET_ARCH_ARC
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_CRIS
+
+config ADK_TOOLCHAIN_BINUTILS_2_24
+ bool "2.24"
+ depends on !ADK_TARGET_ARCH_BFIN
+ depends on !ADK_TARGET_ARCH_ARC
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_CRIS
+
+config ADK_TOOLCHAIN_BINUTILS_2_23_ARC
+ bool "2.23-arc"
+ depends on ADK_TARGET_ARCH_ARC
+
+config ADK_TOOLCHAIN_BINUTILS_2_22
+ bool "2.22"
+ depends on ADK_TARGET_ARCH_BFIN \
+ || ADK_TARGET_ARCH_CRIS
+
+config ADK_TOOLCHAIN_BINUTILS_2_20_1
+ bool "2.20.1"
+ depends on ADK_TARGET_ARCH_AVR32
+
+endchoice