summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/config/gnu.ml
blob: 2a0380327f7c183b4ddcc8769084044f97d3e02f (plain)
1
2
3
4
5
6
# Elf with shared libm, so we can link it into the shared libstdc++.

LIBS    = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK)
SHFLAGS = -Wl,-soname,$(SHLIB)
SHDEPS  = -lm
DEPLIBS = ../$(SHLIB)
OpenPOWER on IntegriCloud