diff options
Diffstat (limited to 'lang/egcs/files/patch-bb')
-rw-r--r-- | lang/egcs/files/patch-bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/egcs/files/patch-bb b/lang/egcs/files/patch-bb new file mode 100644 index 000000000000..193a278d3c44 --- /dev/null +++ b/lang/egcs/files/patch-bb @@ -0,0 +1,9 @@ +--- 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) |