$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
