forked from Lainports/freebsd-ports
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295. GCC 2.95.2 does not work for some people's code. GCC 3.0 will be even worse. So it looks like we'll have to keep a port for each version of GCC we've ever used.
9 lines
326 B
Text
9 lines
326 B
Text
--- libstdc++/config/freebsd.ml.orig Thu Feb 18 11:44:11 1999
|
|
+++ libstdc++/config/freebsd.ml Thu Feb 18 11:44:17 1999
|
|
@@ -0,0 +1,6 @@
|
|
+# Elf with shared libm, so we can link it into the shared libstdc++.
|
|
+
|
|
+LIBS = $(ARLIB) $(SHLIB) $(SHLINK) mshlink
|
|
+SHFLAGS = -Wl,-soname,$(MSHLINK)
|
|
+SHDEPS = -lm
|
|
+DEPLIBS = ../$(SHLIB)
|