diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-27 21:11:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-27 21:11:43 +0100 |
commit | 3c02cd629a7cef8ff472409966cd4502bd6d5d9a (patch) | |
tree | e3d58c8b319b2a6d81cd4b1760dfe79933dfc323 /target | |
parent | 7452cf179a431c4a95c832c3423bfeb2467f4dc3 (diff) |
bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so disable it for now.
Diffstat (limited to 'target')
-rw-r--r-- | target/bfin/uclibc-ng.config | 4 | ||||
-rw-r--r-- | target/config/Config.in.gcc | 2 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/target/bfin/uclibc-ng.config b/target/bfin/uclibc-ng.config index e8a13fb32..71fabb7f2 100644 --- a/target/bfin/uclibc-ng.config +++ b/target/bfin/uclibc-ng.config @@ -198,8 +198,8 @@ UCLIBC_HAS_GNU_GETSUBOPT=y # # Big and Tall -# -UCLIBC_HAS_REGEX=y +# ICE in gcc +# UCLIBC_HAS_REGEX is not set UCLIBC_HAS_FNMATCH=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_NFTW=y diff --git a/target/config/Config.in.gcc b/target/config/Config.in.gcc index 10446e2f6..d6a3a9c8e 100644 --- a/target/config/Config.in.gcc +++ b/target/config/Config.in.gcc @@ -22,7 +22,6 @@ config ADK_TOOLCHAIN_GCC_GIT config ADK_TOOLCHAIN_GCC_5_2_0 bool "5.2.0" - depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_C6X @@ -34,7 +33,6 @@ 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 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index a1a2ae1b0..9d0050daf 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -25,7 +25,6 @@ config ADK_TARGET_KERNEL_VERSION_4_2_6 config ADK_TARGET_KERNEL_VERSION_4_1_10 bool "4.1.10" depends on !ADK_TARGET_ARCH_ARC - depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_SPARC depends on !ADK_TARGET_SYSTEM_KINETIS_K70 @@ -34,7 +33,6 @@ config ADK_TARGET_KERNEL_VERSION_4_1_10 config ADK_TARGET_KERNEL_VERSION_3_18_22 bool "3.18.22" depends on !ADK_TARGET_ARCH_ARC - depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI2 |