summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-28 22:25:29 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-28 22:27:34 -0600
commit0e3585dae500fb0a976888f5dbdf3a37769680ec (patch)
tree89f0f3768794a9daf3253c8a2e832c3ebb3a582a /target/config/Config.in.toolchain
parent6488ae4a7b82ac7c95adc34281459c373fba6be3 (diff)
bring coldfire support in shape
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit.
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain5
1 files changed, 1 insertions, 4 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 5d26f8980..bff7e3d9e 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -66,8 +66,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_20_1
config ADK_TOOLCHAIN_BINUTILS_2_22
bool "2.22"
depends on ADK_TARGET_ARCH_BFIN \
- || ADK_TARGET_ARCH_CRIS \
- || ADK_TARGET_ARCH_M68K
+ || ADK_TARGET_ARCH_CRIS
config ADK_TOOLCHAIN_BINUTILS_2_23_ARC
bool "2.23-arc"
@@ -79,7 +78,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_24
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
- depends on !ADK_TARGET_ARCH_M68K
config ADK_TOOLCHAIN_BINUTILS_GIT
bool "git"
@@ -87,7 +85,6 @@ config ADK_TOOLCHAIN_BINUTILS_GIT
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
- depends on !ADK_TARGET_ARCH_M68K
endchoice