]> gcc.gnu.org Git - gcc.git/blob - libstdc++/config/linux.ml
config.table: Make locating frag files failsafe even for the special case if...
[gcc.git] / libstdc++ / config / linux.ml
1 # Elf with shared libm, so we can link it into the shared libstdc++.
2
3 LIBS = $(ARLIB) $(SHLIB) $(SHLINK) mshlink
4 SHFLAGS = -Wl,-soname,$(MSHLINK)
5 SHDEPS = -lm
6 DEPLIBS = ../$(SHLIB)
This page took 0.035381 seconds and 5 git commands to generate.