From: mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 9 Aug 2004 04:08:17 +0000 (+0000)
Subject: sigaction causes 'illegal instruction' .. disabled for now
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/52a9133ce0bcfec0332e7145a66915011184b797

sigaction causes 'illegal instruction' .. disabled for now


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@131 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/obsolete-buildroot/sources/uClibc-sigaction.patch b/obsolete-buildroot/sources/uClibc-sigaction.patch
new file mode 100644
index 000000000..6440b5925
--- /dev/null
+++ b/obsolete-buildroot/sources/uClibc-sigaction.patch
@@ -0,0 +1,11 @@
+--- uClibc/libc/sysdeps/linux/mips/Makefile	17 Jul 2004 00:39:14 -0000	1.41
++++ uClibc/libc/sysdeps/linux/mips/Makefile	9 Aug 2004 03:33:14 -0000
+@@ -28,7 +28,7 @@
+ 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
+ COBJS=$(patsubst %.c,%.o, $(CSRC))
+ 
+ OBJS=$(SOBJS) $(MOBJ) $(COBJS)