mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ccfd6f92ac
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.
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
--- libstdc++/Makefile.in.orig Fri Apr 2 06:17:48 1999
|
|
+++ libstdc++/Makefile.in Sun Apr 18 16:57:55 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.9.0
|
|
+VERSION = 4
|
|
INTERFACE = 2
|
|
|
|
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
|
|
@@ -335,11 +336,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 ; \
|