head	1.5;
access;
symbols
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	old_egcs_20020128:1.3
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.2
	old_egcs_20010430:1.2
	old_RELEASE_4_3_0:1.2
	old_egcs_20010205:1.2
	old_egcs_20001225:1.2
	old_egcs_20001218:1.2
	old_egcs_20001211:1.2
	old_egcs_20001120:1.2
	old_RELEASE_4_2_0:1.1
	old_egcs_20001002:1.1
	old_RELEASE_4_1_1:1.1
	old_egcs_20000828:1.1
	old_egcs_20000717:1.1
	old_egcs_20000501:1.1
	old_RELEASE_4_1_0:1.1
	old_RELEASE_3_5_0:1.1
	old_egcs_20000313:1.1
	old_RELEASE_4_0_0:1.1
	old_egcs_20000306:1.1
	old_egcs_20000221:1.1
	old_egcs_20000207:1.1
	old_RELEASE_3_4_0:1.1
	old_egcs_991102:1.1
	old_egcs_991110:1.1
	old_egcs_991025:1.1
	old_egcs_990920:1.1
	old_RELEASE_3_3_0:1.1
	old_egcs_990629:1.1
	old_egcs_990718:1.1
	old_egcs_990712:1.1
	old_egcs_990616:1.1
	old_egcs_990623:1.1
	old_egcs_990524:1.1
	old_RELEASE_3_2_0:1.1
	old_egcs_990418:1.1;
locks; strict;
comment	@# @;


1.5
date	2005.07.31.13.34.35;	author gerald;	state dead;
branches;
next	1.4;

1.4
date	2002.09.18.14.43.03;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2002.02.03.07.15.30;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.28.18.55.06;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.04.21.07.48.59;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove the lang/gcc31 port.  It fails to build on several architectures
(even ones it is supposed to work on, cf. pointyhat), it fails to build
on FreeBSD 6 and 7, and lang/gcc32 is basically the same plus a single
ABI changes and many bug fixes.

It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these
are still actively maintained upstream and support FreeBSD 7, for example.
@
text
@--- gcc/Makefile.in.orig	Thu May 23 10:57:21 2002
+++ gcc/Makefile.in	Mon Sep  9 01:03:47 2002
@@@@ -157,4 +157 @@@@
-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)
@@@@ -859 +856 @@@@
-	(cd $(srcdir) && autoconf)
+	(cd $(srcdir) && echo "wants to run autoconf, blah")
@@@@ -881 +878 @@@@
-@@MAINT@@	(cd $(srcdir) && autoheader)
+@@MAINT@@	(cd $(srcdir) && echo "wants to run autoheader, blah")
@


1.4
log
@Total hack to allow gcc31 to build on -CURRENT.

This hack makes gcc totally use our stock headers vs. the fixinc'ed ones.
There is probably zero chance of getting this fixed in the FSF/GCC CVS
repository, as the 3.1 branch is offically closed.
@
text
@@


1.3
log
@Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.
@
text
@d1 9
a9 4
--- 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 @@@@
 $(srcdir)/configure: @@MAINT@@ $(srcdir)/configure.in
d12 1
a12 3
 
@@@@ -917,3 +917,3 @@@@
 @@MAINT@@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
a14 1
 @@MAINT@@	@@rm -f $(srcdir)/cstamp-h.in
@


1.2
log
@Upgrade to the 2000-11-20 GCC 2.97 development snapshot.
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
@
text
@d1 4
a4 6
--- gcc/Makefile.in.orig	Sat Nov 18 16:30:05 2000
+++ gcc/Makefile.in	Mon Nov 27 02:29:50 2000
@@@@ -863,7 +863,7 @@@@
 	rm -f config.run
 
 $(srcdir)/configure: $(srcdir)/configure.in
d6 1
a6 1
+	(cd $(srcdir) && echo "wants to run autoconf")
d8 5
a12 11
 gccbug:	$(srcdir)/gccbug.in
 	CONFIG_FILES=gccbug CONFIG_HEADERS= ./config.status 
@@@@ -882,7 +882,7 @@@@
 # ??? Newer versions have a maintainer mode that may be useful here.
 $(srcdir)/config.in: $(srcdir)/cstamp-h.in
 $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
-	(cd $(srcdir) && autoheader)
+	(cd $(srcdir) && echo "wants to run autoheader")
 	@@rm -f $(srcdir)/cstamp-h.in
 	echo timestamp > $(srcdir)/cstamp-h.in
 auto-host.h: cstamp-h ; @@true
@


1.1
log
@I give you the latest and greatest of the EGCS snapshot series.
This is their bleeding edge offering.  This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.

Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
@
text
@d1 3
a3 3
--- gcc/Makefile.in.orig	Thu Feb 25 12:40:16 1999
+++ gcc/Makefile.in	Mon Mar  1 04:36:40 1999
@@@@ -793,7 +793,7 @@@@
d7 2
a8 2
-	cd $(srcdir); autoconf
+	cd $(srcdir); echo "wants to run autoconf"
d10 3
a12 3
 # cstamp-h.in controls rebuilding of config.in.
 # It is named cstamp-h.in and not stamp-h.in so the mostlyclean rule doesn't
@@@@ -806,7 +806,7 @@@@
d16 2
a17 2
-	cd $(srcdir) && autoheader
+	cd $(srcdir) && echo "want to run autoheader"
@

