소스 검색

lm32: fix testsuite compile problems

One test fails to compile with a gcc ICE, so disable it for now.
Waldemar Brodkorb 8 년 전
부모
커밋
1957edde77
2개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      libc/sysdeps/linux/lm32/Makefile.arch
  2. 5 0
      test/regex/Makefile.in

+ 2 - 2
libc/sysdeps/linux/lm32/Makefile.arch

@@ -5,5 +5,5 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-CSRC := 
-SSRC := clone.S setjmp.S __longjmp.S vfork.S
+CSRC-y :=
+SSRC-y := clone.S setjmp.S __longjmp.S vfork.S

+ 5 - 0
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