gcc/libstdc++/config/freebsd.ml
Doug Rabson 268e8aeed4 configure.in: Support shared libs on FreeBSD 3.x and 4.x
* configure.in: Support shared libs on FreeBSD 3.x and 4.x
        * config/freebsd.ml: A copy of config/linux.ml since they are both
        ELF and both have a shared libm.

From-SVN: r25594
1999-03-04 18:21:14 -07:00

7 lines
185 B
OCaml

# 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)