summaryrefslogtreecommitdiff
path: root/cross/mipsEEel-netbsd/patches/gcc-ae
diff options
context:
space:
mode:
Diffstat (limited to 'cross/mipsEEel-netbsd/patches/gcc-ae')
-rw-r--r--cross/mipsEEel-netbsd/patches/gcc-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/mipsEEel-netbsd/patches/gcc-ae b/cross/mipsEEel-netbsd/patches/gcc-ae
new file mode 100644
index 00000000000..df0bc924195
--- /dev/null
+++ b/cross/mipsEEel-netbsd/patches/gcc-ae
@@ -0,0 +1,15 @@
+# $NetBSD: gcc-ae,v 1.1 2005/04/18 07:53:52 martin Exp $
+
+--- libiberty/strerror.c.orig 1998-05-16 01:42:41.000000000 +0200
++++ libiberty/strerror.c 2005-04-18 09:25:00.000000000 +0200
+@@ -462,8 +462,10 @@
+
+ #else
+
++#ifndef __NetBSD__
+ extern int sys_nerr;
+ extern char *sys_errlist[];
++#endif
+
+ #endif
+