f36b17368a
- gcc 2.95.2 -> 3.3.3 - binutils 030425 -> 2.15.90 (20040222)
22 lines
823 B
Text
22 lines
823 B
Text
$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=
|
|
|