summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-30 20:16:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-30 20:16:34 +0100
commit80ce137c176d2146c54fd57a50ffcfbf80076538 (patch)
tree7dab356cee7be2266b5e7fcea2b80851babc0165 /target/config/Config.in.gcc
parent347064601c66888583681e6621ad7a20b041ab26 (diff)
bfin: latest gcc/binutils is working fine. checked with gdb sim and real hardware
Diffstat (limited to 'target/config/Config.in.gcc')
-rw-r--r--target/config/Config.in.gcc7
1 files changed, 2 insertions, 5 deletions
diff --git a/target/config/Config.in.gcc b/target/config/Config.in.gcc
index d6a3a9c8e..b054fb28a 100644
--- a/target/config/Config.in.gcc
+++ b/target/config/Config.in.gcc
@@ -5,7 +5,6 @@ choice
prompt "GCC version"
default ADK_TOOLCHAIN_GCC_4_2_4 if ADK_TARGET_ARCH_METAG
default ADK_TOOLCHAIN_GCC_4_4_7 if ADK_TARGET_ARCH_AVR32
-default ADK_TOOLCHAIN_GCC_4_5_4 if ADK_TARGET_ARCH_BFIN
default ADK_TOOLCHAIN_GCC_4_8_5 if ADK_TARGET_ARCH_C6X
default ADK_TOOLCHAIN_GCC_4_8_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_GCC_4_9_OR1K_UCLIBC_NG if ADK_TARGET_ARCH_OR1K && ADK_TARGET_LIB_UCLIBC_NG
@@ -24,6 +23,7 @@ config ADK_TOOLCHAIN_GCC_5_2_0
bool "5.2.0"
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_C6X
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_METAG
@@ -33,6 +33,7 @@ config ADK_TOOLCHAIN_GCC_4_9_3
bool "4.9.3"
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_C6X
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_METAG
@@ -77,10 +78,6 @@ config ADK_TOOLCHAIN_GCC_4_7_4
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_OR1K
-config ADK_TOOLCHAIN_GCC_4_5_4
- bool "4.5.4"
- depends on ADK_TARGET_ARCH_BFIN
-
config ADK_TOOLCHAIN_GCC_4_4_7
bool "4.4.7"
depends on ADK_TARGET_ARCH_AVR32