diff options
Diffstat (limited to 'cross/i386-netbsdpe/patches/patch-ae')
-rw-r--r-- | cross/i386-netbsdpe/patches/patch-ae | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/cross/i386-netbsdpe/patches/patch-ae b/cross/i386-netbsdpe/patches/patch-ae deleted file mode 100644 index 0d6e85fa980..00000000000 --- a/cross/i386-netbsdpe/patches/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2004/03/09 12:19:12 kent Exp $ - ---- gcc/config/i386/t-netbsdpe.orig 2003-11-03 01:45:58.000000000 +0900 -+++ gcc/config/i386/t-netbsdpe -@@ -8,14 +8,14 @@ LIMITS_H_TEST = true - # If we are building next to winsup, this will let us find the real - # limits.h when building libgcc2. Otherwise, winsup must be installed - # first. --LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/w32api/include -+LIBGCC2_INCLUDES = -I../.. -I/usr/include -D_LIBC_LIMITS_H_ - --LIB2FUNCS_EXTRA = $(srcdir)/config/i386/w32-shared-ptr.c -+#LIB2FUNCS_EXTRA = $(srcdir)/config/i386/w32-shared-ptr.c - - winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H) $(CONFIG_H) - $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c - - # Don't run fixproto - STMP_FIXPROTO= --STMP_FIXINC=stmp-fixinc -+STMP_FIXINC= - |