diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-01 18:38:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-02 16:57:04 +0100 |
commit | 1957edde77a0c228fcdcc3c3716f4529a48610a4 (patch) | |
tree | fd6b42126c038d3acaeec6dc98c62852372841fd /test/regex/Makefile.in | |
parent | 00c2deb30b28e318773a6d63d4ae14dda78720f2 (diff) |
lm32: fix testsuite compile problems
One test fails to compile with a gcc ICE, so disable it for now.
Diffstat (limited to 'test/regex/Makefile.in')
-rw-r--r-- | test/regex/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regex/Makefile.in b/test/regex/Makefile.in index 1573840b9..ef1e3034f 100644 --- a/test/regex/Makefile.in +++ b/test/regex/Makefile.in @@ -1 +1,6 @@ +# triggers gcc ICE with gcc 5.3.0 +ifeq ($(TARGET_lm32),y) +TESTS_DISABLED := testregex +endif + CFLAGS_tst-regex2 = -fPIC |