summaryrefslogtreecommitdiff
path: root/lang/pgcc/files/patch-bc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-08 17:28:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-08 17:28:14 +0000
commit9d17d5d3ee5f7ab22be5b30ee82b5c7eb264cca9 (patch)
treef9ec06785808847aef078be9b6fbe13b7bd9ddfd /lang/pgcc/files/patch-bc
parentAdd ruby16-shim-ruby18, version 1.7.2.2002.05.21. (diff)
This was still at the GCC 2.95.2 level. GCC 3.1 has really subsumed
the optimization work the PGCC group did based on the closed development GCC versions.
Notes
Notes: svn path=/head/; revision=60868
Diffstat (limited to 'lang/pgcc/files/patch-bc')
-rw-r--r--lang/pgcc/files/patch-bc34
1 files changed, 0 insertions, 34 deletions
diff --git a/lang/pgcc/files/patch-bc b/lang/pgcc/files/patch-bc
deleted file mode 100644
index c3159ca2788c..000000000000
--- a/lang/pgcc/files/patch-bc
+++ /dev/null
@@ -1,34 +0,0 @@
---- 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 = 4
- 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 ; \