diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-04-22 02:22:07 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:42 +0200 |
commit | 836d74b92d70b71792d3d6136db7cdf0c3775ee3 (patch) | |
tree | aac4288210090974c87afb3ad32dd9a7606d4591 /libc/sysdeps/linux/c6x/Makefile.arch | |
parent | 61198b43ee8a639544622d0e666b972418c9c383 (diff) |
pread_write.c: make all archs use common code
c6x does not need own version at all
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
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 |