diff options
Diffstat (limited to 'libc/sysdeps/linux/xtensa/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/xtensa/Makefile.arch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/xtensa/Makefile.arch b/libc/sysdeps/linux/xtensa/Makefile.arch index 74510c9f6..f54886444 100644 --- a/libc/sysdeps/linux/xtensa/Makefile.arch +++ b/libc/sysdeps/linux/xtensa/Makefile.arch @@ -1,14 +1,14 @@ # Makefile for uClibc # -# Copyright (C) 2007 Tensilica Inc. +# Copyright (C) 2007, 2008 Tensilica Inc. # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # CSRC := brk.c fork.c posix_fadvise.c posix_fadvise64.c pread_write.c \ - __syscall_error.c + sigaction.c __syscall_error.c SSRC := bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S \ - syscall.S mmap.S windowspill.S __longjmp.S vfork.S + sigrestorer.S syscall.S mmap.S windowspill.S __longjmp.S vfork.S include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |