summaryrefslogtreecommitdiff
path: root/cross/i386-linux/patches
diff options
context:
space:
mode:
Diffstat (limited to 'cross/i386-linux/patches')
-rw-r--r--cross/i386-linux/patches/patch-aa10
-rw-r--r--cross/i386-linux/patches/patch-ab14
2 files changed, 0 insertions, 24 deletions
diff --git a/cross/i386-linux/patches/patch-aa b/cross/i386-linux/patches/patch-aa
deleted file mode 100644
index 6031ebaf71e..00000000000
--- a/cross/i386-linux/patches/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1999/01/04 22:37:33 tv Exp $
-
---- usr/lib/libc.so.orig Thu Aug 13 12:00:12 1998
-+++ usr/lib/libc.so Thu Aug 13 12:00:53 1998
-@@ -1,4 +1,4 @@
- /* GNU ld script
- Use the shared library, but some functions are only in
- the static library, so try that secondarily. */
--GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )
-+GROUP ( libc.so.6 libc_nonshared.a )
diff --git a/cross/i386-linux/patches/patch-ab b/cross/i386-linux/patches/patch-ab
deleted file mode 100644
index 7e9446604fa..00000000000
--- a/cross/i386-linux/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2006/06/13 16:50:59 joerg Exp $
-
---- egcs-1.1.1/libiberty/strsignal.c.orig 1998-05-16 01:42:42.000000000 +0200
-+++ egcs-1.1.1/libiberty/strsignal.c
-@@ -244,7 +244,9 @@ static const char **sys_siglist;
- #else
-
- #ifdef NSIG
-+#if !defined(__NetBSD__) && !defined(__DragonFly__)
- static int sys_nsig = NSIG;
-+#endif
- #else
- #ifdef _NSIG
- static int sys_nsig = _NSIG;