diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2009-08-04 11:51:54 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-08-13 07:28:14 -0400 |
commit | 671debdb677e3c8499730eb636b7be577400a740 (patch) | |
tree | e9cf9793cc44c6c3597f44b2ef9970efd0eae65f /libc/sysdeps/linux/m68k/Makefile.arch | |
parent | 587a72856b650a5a16c5b308be4197f26627a816 (diff) |
m68k syscall: switch to common code
Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/sysdeps/linux/m68k/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/m68k/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/Makefile.arch b/libc/sysdeps/linux/m68k/Makefile.arch index b0f9be3fd..bde54c5bb 100644 --- a/libc/sysdeps/linux/m68k/Makefile.arch +++ b/libc/sysdeps/linux/m68k/Makefile.arch @@ -5,6 +5,6 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := brk.c __syscall_error.c syscall.c +CSRC := brk.c __syscall_error.c SSRC := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S vfork.S |