summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/config/elf.ml
blob: bd711debf836f6b8e722b62c6e58cb6eb303f088 (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) $(ARLINK) $(SHLIB) $(SHLINK)
SHFLAGS = -h $(SHLIB)
DEPLIBS = ../$(SHLIB)
LDLIBS  = -L.. -lstdc++ -lm
MLDLIBS = -L.. -lstdc++ -lm
OpenPOWER on IntegriCloud