diff options
Diffstat (limited to 'libc/sysdeps/linux/c6x/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/c6x/Makefile.arch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/c6x/Makefile.arch b/libc/sysdeps/linux/c6x/Makefile.arch index 5f8aaec20..29c3b5ddf 100644 --- a/libc/sysdeps/linux/c6x/Makefile.arch +++ b/libc/sysdeps/linux/c6x/Makefile.arch @@ -5,7 +5,6 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := brk.c syscall.c prctl.c -#CSRC := +CSRC-y := brk.c syscall.c prctl.c -SSRC := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S _vfork.S +SSRC-y := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S _vfork.S |