summaryrefslogtreecommitdiff
path: root/cross/powerpc-netbsd/patches
diff options
context:
space:
mode:
Diffstat (limited to 'cross/powerpc-netbsd/patches')
-rw-r--r--cross/powerpc-netbsd/patches/patch-aa13
-rw-r--r--cross/powerpc-netbsd/patches/patch-ab10
2 files changed, 0 insertions, 23 deletions
diff --git a/cross/powerpc-netbsd/patches/patch-aa b/cross/powerpc-netbsd/patches/patch-aa
deleted file mode 100644
index 9e2d89a7b1a..00000000000
--- a/cross/powerpc-netbsd/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 1999/01/06 01:20:28 tv Exp $
-
---- gcc/config/xm-netbsd.h.orig Tue Jan 5 16:59:00 1999
-+++ gcc/config/xm-netbsd.h Tue Jan 5 16:59:29 1999
-@@ -22,3 +22,8 @@
- running NetBSD. This file should not be specified as $xm_file itself;
- instead $xm_file should be CPU/xm-netbsd.h, which should include both
- CPU/xm-CPU.h and this file xm-netbsd.h. */
-+
-+/* XXX: temp fix for HOST_WIDE_INT breakage with PowerPC target */
-+#undef HOST_BITS_PER_LONG
-+#define HOST_BITS_PER_LONG 4
-+
diff --git a/cross/powerpc-netbsd/patches/patch-ab b/cross/powerpc-netbsd/patches/patch-ab
deleted file mode 100644
index ea261f33dd5..00000000000
--- a/cross/powerpc-netbsd/patches/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2001/05/16 18:43:16 simonb Exp $
-
---- gcc/config/rs6000/netbsd.h.orig Thu May 17 02:06:07 2001
-+++ gcc/config/rs6000/netbsd.h Thu May 17 02:33:44 2001
-@@ -70,4 +70,5 @@
- #undef CPP_SPEC
- #define CPP_SPEC "\
- %{posix:-D_POSIX_SOURCE} \
-+%{msoft-float:-D_SOFT_FLOAT} \
- %{mcall-sysv: -D_CALL_SYSV} %{mcall-aix: -D_CALL_AIX} %{!mcall-sysv: %{!mcall-aix: -D_CALL_SYSV}}"