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