diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-30 20:16:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-30 20:16:34 +0100 |
commit | 80ce137c176d2146c54fd57a50ffcfbf80076538 (patch) | |
tree | 7dab356cee7be2266b5e7fcea2b80851babc0165 /target/config/Config.in.binutils | |
parent | 347064601c66888583681e6621ad7a20b041ab26 (diff) |
bfin: latest gcc/binutils is working fine. checked with gdb sim and real hardware
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r-- | target/config/Config.in.binutils | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 3ab18c8cb..94f4a710b 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -4,7 +4,6 @@ choice prompt "Binutils version" default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32 -default ADK_TOOLCHAIN_BINUTILS_2_22 if ADK_TARGET_ARCH_BFIN default ADK_TOOLCHAIN_BINUTILS_2_23_ARC if ADK_TARGET_ARCH_ARC default ADK_TOOLCHAIN_BINUTILS_2_25_1 @@ -36,8 +35,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_23_ARC config ADK_TOOLCHAIN_BINUTILS_2_22 bool "2.22" - depends on ADK_TARGET_ARCH_BFIN \ - || ADK_CPU_CRIS_V10 + depends on ADK_CPU_CRIS_V10 config ADK_TOOLCHAIN_BINUTILS_2_20_1 bool "2.20.1" |