]> gcc.gnu.org Git - gcc.git/blob - libstdc++/config/aix.ml
config.table: Make locating frag files failsafe even for the special case if...
[gcc.git] / libstdc++ / config / aix.ml
1 # AIX has wierd shared/non-shared libraries.
2
3 ARLIB = libstdc++-ar.a
4 SHLINK = libstdc++.a
5 LIBS = $(ARLIB) $(SHLIB) $(SHLINK)
6 DEPLIBS = ../$(SHLIB)
7 SHDEPS = -lm
8 SHFLAGS = -Wl,-unix
This page took 0.038816 seconds and 5 git commands to generate.