summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-07 06:24:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-07 06:24:31 +0200
commita5393320f05f681006915fcffe5631da874daee8 (patch)
tree0bc9563da6929ec872bad3263a23519426ec91d4 /target/config/Config.in.toolchain
parentc9712ddbbaf32cbf5bcdfd8154a733f2c2c84f6a (diff)
parentc59a468aae2eb6522e97d877992f3b059b4e6242 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 3a5d98cf1..16c075212 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -74,7 +74,9 @@ config ADK_TOOLCHAIN_BINUTILS_2_20_1
config ADK_TOOLCHAIN_BINUTILS_2_22
prompt "2.22"
boolean
- depends on ADK_LINUX_BFIN || ADK_LINUX_CRIS
+ depends on ADK_LINUX_BFIN \
+ || ADK_LINUX_CRIS \
+ || ADK_LINUX_M68K
config ADK_TOOLCHAIN_BINUTILS_2_23_ARC
prompt "2.23-arc"
@@ -88,6 +90,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_24
depends on !ADK_LINUX_ARC
depends on !ADK_LINUX_AVR32
depends on !ADK_LINUX_CRIS
+ depends on !ADK_LINUX_M68K
config ADK_TOOLCHAIN_BINUTILS_GIT
prompt "git"
@@ -97,6 +100,7 @@ config ADK_TOOLCHAIN_BINUTILS_GIT
depends on !ADK_LINUX_ARC
depends on !ADK_LINUX_AVR32
depends on !ADK_LINUX_CRIS
+ depends on !ADK_LINUX_M68K
endchoice