head	1.6;
access;
symbols
	old_old_egcs_20001225:1.5
	old_old_egcs_20001218:1.5
	old_old_egcs_20001211:1.5
	old_old_egcs_20001120:1.4
	old_old_RELEASE_4_2_0:1.4
	old_old_egcs_20001002:1.4
	old_old_RELEASE_4_1_1:1.4
	old_old_egcs_20000828:1.4
	old_old_egcs_20000717:1.4
	old_old_egcs_20000501:1.4
	old_old_RELEASE_4_1_0:1.4
	old_old_RELEASE_3_5_0:1.4
	old_old_egcs_20000313:1.4
	old_old_RELEASE_4_0_0:1.4
	old_old_egcs_20000306:1.4
	old_old_egcs_20000221:1.4
	old_old_egcs_20000207:1.4
	old_old_RELEASE_3_4_0:1.4
	old_old_egcs_991102:1.4
	old_old_egcs_991110:1.4
	old_old_egcs_991025:1.4
	old_old_egcs_990920:1.4
	old_old_RELEASE_3_3_0:1.4
	old_old_egcs_990629:1.2
	old_old_egcs_990718:1.4
	old_old_egcs_990712:1.3
	old_old_egcs_990616:1.2
	old_old_egcs_990623:1.2
	old_old_egcs_990524:1.2
	old_old_RELEASE_3_2_0:1.2
	old_old_egcs_990418:1.2
	old_old_egcs_1_1_2:1.1;
locks; strict;
comment	@# @;


1.6
date	2001.02.14.20.52.39;	author obrien;	state dead;
branches;
next	1.5;

1.5
date	2000.12.05.20.35.40;	author obrien;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.6
log
@Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.
@
text
@--- libstdc++/Makefile.in.orig	Sat Jul 17 22:50:47 1999
+++ libstdc++/Makefile.in	Tue Jul 20 07:56:00 1999
@@@@ -14,7 +14,7 @@@@
 # along with this library; see the file COPYING.  If not, write to the Free
 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-VERSION = 2.10.0
+VERSION = 2100
 INTERFACE = 3
 
 gxx_include_dir=${includedir}/g++
@@@@ -111,7 +111,8 @@@@
 	$(LN_S) $(SHLIB) $(SHLINK) || cp $(ARLIB) $(ARLINK)
 
 mshlink:
-	@@$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
+	#@@$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
+	@@true
 
 $(IO_DIR)/iostream.list: force
 	cd $(IO_DIR) ; $(MAKE) $(FLAGS_TO_PASS) iostream.list
@@@@ -336,11 +337,7 @@@@
 		|| cp $${RELINSTALLDIR}$(ARLIB) $${INSTALLLINKDIR}$(MULTISUBDIR)/$$FILE ; \
 	    fi; \
 	  elif [ $$FILE = mshlink ]; then \
-	    for FILE in $(MSHLINK) ; do \
-	      rm -f $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
-	      $(LN_S) $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE \
-		|| cp $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
-	    done; \
+	    true; \
 	  elif [ $$FILE = marlink ]; then \
 	    for FILE in $(MARLINK) ; do \
 	      rm -f $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
@


1.5
log
@Change the libstdc++.so version number to be more like the stock one.
This change is needed as the one I was using is too much in the range of
shared version numbers the stock libstdc++.so will have.
@
text
@@


1.4
log
@Update to the 1999-07-18 beta snapshot of GCC-2.95.
@
text
@d8 1
a8 1
+VERSION = 4
@


1.3
log
@Upgrade to the July 12th GCC-2.95 prerelease.
@
text
@d1 2
a2 2
--- libstdc++/Makefile.in.orig	Fri Apr  2 06:17:48 1999
+++ libstdc++/Makefile.in	Sun Apr 18 16:57:55 1999
d9 1
a9 1
 INTERFACE = 2
d22 1
a22 1
@@@@ -335,11 +336,7 @@@@
@


1.2
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
@d7 1
a7 1
-VERSION = 2.9.0
@


1.1
log
@Upgrade to 1.1.2 release.
@
text
@d1 2
a2 2
--- libstdc++/Makefile.in.orig	Sat Jul 11 19:20:49 1998
+++ libstdc++/Makefile.in	Sun Mar 14 21:48:39 1999
d8 2
a9 1
+VERSION = 3
d11 3
a13 4
 OBJS  = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o
 SUBLIBS = $(STAMP)-string $(STAMP)-complx
@@@@ -98,7 +98,8 @@@@
 	ln -f -s $(SHLIB) $(SHLINK)
d22 3
a24 3
@@@@ -281,10 +282,7 @@@@
 	  if [ $$FILE = $(SHLINK) ] ; then \
 	    ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
d28 2
a29 1
-	      ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
d32 3
a34 3
 	  elif [ $$FILE = $(SHLIB) ]; then \
 	    $(INSTALL_PROGRAM) $$FILE $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
 	    : On the HP, shared libraries must be mode 555. ;\
@

