diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-08-10 16:43:12 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-08-10 16:43:12 +0000 |
commit | 8b950d06499bf8d2e4a0aa123c4ac4791b8a6204 (patch) | |
tree | 5152564104dd272d3bdd3ce31932c2ed40e7a1ec /libc/sysdeps/linux/mips/Makefile | |
parent | 259fd0364d0ee131e1df6c46a0ed7a032c5e73a7 (diff) |
Apparently the sigaction code added was broken, as it generated illegal
instruction errors. Disable it for now.
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 df6f542e4..a8e3c460f 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -28,7 +28,7 @@ SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S syscall.S pipe.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=__longjmp.c brk.c setjmp_aux.c mmap.c __syscall_error.c \ - cacheflush.c pread_write.c sysmips.c _test_and_set.c sigaction.c + cacheflush.c pread_write.c sysmips.c _test_and_set.c #sigaction.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) |