aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/config/elf.ml
blob: 2a5f336fe5e8c74d45d2d28d08b15ff78d47fd48 (plain)
1
2
3
4
5
6
7
8
# Elf without shared libm -- we have to link with the archive library, even
# for programs that don't use complex.

LIBS    = $(ARLIB) $(SHLIB) $(SHLINK)
SHFLAGS = -h $(SHLIB)
DEPLIBS = ../$(SHLIB)
LDLIBS  = -L.. -lstdc++ -lm
MLDLIBS = -L.. -lstdc++ -lm