diff options
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 |