NetBSD/gnu/dist/libstdc++/config/linux.ml

7 lines
185 B
OCaml
Raw Normal View History

# Elf with shared libm, so we can link it into the shared libstdc++.
LIBS = $(ARLIB) $(SHLIB) $(SHLINK) mshlink
SHFLAGS = -Wl,-soname,$(MSHLINK)
SHDEPS = -lm
DEPLIBS = ../$(SHLIB)