summaryrefslogtreecommitdiff
path: root/lang/gcc32/files/patch-va
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-11 16:48:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-11 16:48:58 +0000
commit75da8cdd2c851345db9a9d679331154d2794b5d0 (patch)
tree401f84e1272700ac3137fcd5ff97d11a7313220a /lang/gcc32/files/patch-va
parentUpgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot. (diff)
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>
Notes
Notes: svn path=/head/; revision=66156
Diffstat (limited to '')
-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 c8c656a80ba2..e8d5669ee3c5 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")