gcc/libstdc++/config/linux.ml

7 lines
185 B
OCaml
Raw Normal View History

1997-08-22 00:57:35 +02:00
# 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)