summaryrefslogtreecommitdiff
path: root/cross/powerpc-netbsd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cross/powerpc-netbsd/patches/patch-aa')
-rw-r--r--cross/powerpc-netbsd/patches/patch-aa13
1 files changed, 0 insertions, 13 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
-+