From 1957edde77a0c228fcdcc3c3716f4529a48610a4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 1 Jan 2016 18:38:00 +0100 Subject: lm32: fix testsuite compile problems One test fails to compile with a gcc ICE, so disable it for now. --- libc/sysdeps/linux/lm32/Makefile.arch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/lm32/Makefile.arch b/libc/sysdeps/linux/lm32/Makefile.arch index eed9e7ba1..1442a40b4 100644 --- a/libc/sysdeps/linux/lm32/Makefile.arch +++ b/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 -- cgit v1.2.3