diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-09-04 21:56:24 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-09-04 21:56:24 +0000 |
commit | a9b6db9b78d8c63eafde91be08f12c6fa0ba1311 (patch) | |
tree | 29454c0ad91c5f5ac7206f2b9d6c541cefc0ab61 /libc/sysdeps/linux/mips/Makefile | |
parent | 9613b6597870a299954fad327b0dfbda8cf8a91b (diff) |
'syscall' now properly works for MIPS.
Diffstat (limited to 'libc/sysdeps/linux/mips/Makefile')
-rw-r--r-- | libc/sysdeps/linux/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index f727d2b6e..95da2dded 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -30,7 +30,7 @@ TARGET_MACHINE_TYPE=$(shell $(CC) -dumpmachine) CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) -SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S fork.S __uClibc_syscall.S +SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S fork.S syscall.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=__longjmp.c brk.c vfork.c setjmp_aux.c _mmap.c pipe.c __syscall_error.c |