blob: b384a08a2acec7ed2159a4be85c552317a4f6f8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-an,v 1.1 2002/03/14 14:54:53 wiz Exp $
--- ../gcc-2.95.2/gcc/config/xm-target64.h.orig Sat Sep 16 00:17:42 2000
+++ ../gcc-2.95.2/gcc/config/xm-target64.h Sat Sep 16 00:17:42 2000
@@ -0,0 +1,6 @@
+/* Hack to extend HOST_WIDE_INT on 64-bit target cross compilers. */
+
+#ifdef __GNUC__
+#define HOST_WIDE_INT long long
+#define HOST_BITS_PER_WIDE_INT 64
+#endif
|