One test fails to compile with a gcc ICE, so disable it for now.
@@ -5,5 +5,5 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-CSRC :=
+CSRC-y :=
-SSRC := clone.S setjmp.S __longjmp.S vfork.S
+SSRC-y := clone.S setjmp.S __longjmp.S vfork.S
@@ -1 +1,6 @@
+# triggers gcc ICE with gcc 5.3.0
+ifeq ($(TARGET_lm32),y)
+TESTS_DISABLED := testregex
+endif
+
CFLAGS_tst-regex2 = -fPIC