]> gcc.gnu.org Git - gcc.git/blame - libstdc++/config/sunos4.ml
config.table: Make locating frag files failsafe even for the special case if...
[gcc.git] / libstdc++ / config / sunos4.ml
CommitLineData
6599da04
JM
1# SunOS doesn't provide a shared libm, so we have to link with the archive
2# library, even for programs that don't use complex.
3# SunOS requires a version number in shared library filenames.
4
5LIBS = $(ARLIB) $(SHLIB)
6SHFLAGS = $(PICFLAG)
7DEPLIBS = ../$(SHLIB)
8LDLIBS = -L.. -lstdc++ -lm
9MLDLIBS = -L.. -lstdc++ -lm
This page took 0.055864 seconds and 5 git commands to generate.