2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-30 09:54:46 +08:00
gcc/libstdc++/config/elf.ml

9 lines
254 B
OCaml
Raw Normal View History

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