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/bfin | |
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/bfin')
-rw-r--r-- | target/bfin/uclibc-ng.config | 4 |
1 files changed, 2 insertions, 2 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 |