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 | |
parent | 347064601c66888583681e6621ad7a20b041ab26 (diff) |
bfin: latest gcc/binutils is working fine. checked with gdb sim and real hardware
Diffstat (limited to 'target')
-rw-r--r-- | target/bfin/uclibc-ng.config | 3 | ||||
-rw-r--r-- | target/config/Config.in.binutils | 4 | ||||
-rw-r--r-- | target/config/Config.in.gcc | 7 | ||||
-rw-r--r-- | target/config/Config.in.gdb | 1 |
4 files changed, 5 insertions, 10 deletions
diff --git a/target/bfin/uclibc-ng.config b/target/bfin/uclibc-ng.config index 71fabb7f2..c35843ab0 100644 --- a/target/bfin/uclibc-ng.config +++ b/target/bfin/uclibc-ng.config @@ -198,8 +198,7 @@ UCLIBC_HAS_GNU_GETSUBOPT=y # # Big and Tall -# ICE in gcc -# UCLIBC_HAS_REGEX is not set +UCLIBC_HAS_REGEX=y UCLIBC_HAS_FNMATCH=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_NFTW=y 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" 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 diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb index 87c384095..1e1c361db 100644 --- a/target/config/Config.in.gdb +++ b/target/config/Config.in.gdb @@ -9,6 +9,7 @@ default ADK_TOOLCHAIN_GDB_7_10 config ADK_TOOLCHAIN_GDB_GIT bool "git" depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_BFIN config ADK_TOOLCHAIN_GDB_7_10 bool "7.10" |