summaryrefslogtreecommitdiffstats
path: root/lang/gcc32
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-11 16:48:58 +0000
committerobrien <obrien@FreeBSD.org>2002-09-11 16:48:58 +0000
commit44f9f5669f3c9c72f51d24784cf5ce46b3d2b6cc (patch)
treeb12ac323d6a77a6bc09822a57b07b3d6bba299bb /lang/gcc32
parent0e0e05f16237720ca4621963b461a18d19824423 (diff)
downloadFreeBSD-ports-44f9f5669f3c9c72f51d24784cf5ce46b3d2b6cc.zip
FreeBSD-ports-44f9f5669f3c9c72f51d24784cf5ce46b3d2b6cc.tar.gz
Total hack to allow gcc32 to build on -CURRENT.
This hack makes gcc totally use our stock headers vs. the fixinc'ed ones. I don't like this change as I don't think there is any chance of getting this change back into the GCC repository and it is important that the stock GCC sources will bootstrap on FreeBSD 5.0. Submitted by: Don Lewis <dl-freebsd@catspoiler.org>
Diffstat (limited to 'lang/gcc32')
-rw-r--r--lang/gcc32/files/patch-va16
1 files changed, 12 insertions, 4 deletions
diff --git a/lang/gcc32/files/patch-va b/lang/gcc32/files/patch-va
index c8c656a..e8d5669 100644
--- a/lang/gcc32/files/patch-va
+++ b/lang/gcc32/files/patch-va
@@ -1,11 +1,19 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
+--- gcc/Makefile.in.orig Thu May 23 10:57:21 2002
++++ gcc/Makefile.in Tue Sep 10 19:52:35 2002
+@@ -156,6 +156,3 @@
+ # to programs compiled with GCC.
+-USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/stddef.h \
+- $(srcdir)/ginclude/varargs.h \
+- $(srcdir)/ginclude/stdbool.h $(srcdir)/ginclude/iso646.h \
+- $(EXTRA_HEADERS)
++USER_H = $(EXTRA_HEADERS)
+
+@@ -858,3 +855,3 @@
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
- (cd $(srcdir) && autoconf)
+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-@@ -917,3 +917,3 @@
+@@ -880,3 +877,3 @@
@MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
-@MAINT@ (cd $(srcdir) && autoheader)
+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
OpenPOWER on IntegriCloud