OSDN Git Service

* configure.in: Use delta.mt for m68k-motorola-sysv.
[pf3gnuchains/gcc-fork.git] / libstdc++ / config / elf.ml
1 # Elf without shared libm -- we have to link with the archive library, even
2 # for programs that don't use complex.
3
4 LIBS    = $(ARLIB) $(SHLIB) $(SHLINK)
5 SHFLAGS = -h $(SHLIB)
6 DEPLIBS = ../$(SHLIB)
7 LDLIBS  = -L.. -lstdc++ -lm
8 MLDLIBS = -L.. -lstdc++ -lm