summaryrefslogtreecommitdiff
path: root/cross/sparc-netbsdelf/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'cross/sparc-netbsdelf/patches/patch-ac')
-rw-r--r--cross/sparc-netbsdelf/patches/patch-ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/cross/sparc-netbsdelf/patches/patch-ac b/cross/sparc-netbsdelf/patches/patch-ac
deleted file mode 100644
index 8795f1a65bb..00000000000
--- a/cross/sparc-netbsdelf/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2000/05/07 02:46:42 mycroft Exp $
-
---- ../egcs-1.1.1/gcc/config/sparc/netbsd.h.orig Sat May 6 21:01:21 2000
-+++ ../egcs-1.1.1/gcc/config/sparc/netbsd.h Sat May 6 21:05:16 2000
-@@ -12,10 +12,10 @@
- /* Make gcc agree with <machine/ansi.h> */
-
- #undef SIZE_TYPE
--#define SIZE_TYPE "unsigned int"
-+#define SIZE_TYPE "long unsigned int"
-
- #undef PTRDIFF_TYPE
--#define PTRDIFF_TYPE "int"
-+#define PTRDIFF_TYPE "long int"
-
- #undef WCHAR_TYPE
- #define WCHAR_TYPE "int"