]> gcc.gnu.org Git - gcc.git/blob - libstdc++/config/elf.ml
config.table: Make locating frag files failsafe even for the special case if...
[gcc.git] / libstdc++ / config / elf.ml
1 # Elf without shared libm -- we have to link with the archive library, even
2 # for programs that don't use complex.
3
4 LIBS = $(ARLIB) $(SHLIB) $(SHLINK)
5 SHFLAGS = -h $(SHLIB)
6 DEPLIBS = ../$(SHLIB)
7 LDLIBS = -L.. -lstdc++ -lm
8 MLDLIBS = -L.. -lstdc++ -lm
This page took 0.034123 seconds and 5 git commands to generate.