mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 03:58:58 +08:00
6599da043e
From-SVN: r14877
9 lines
254 B
OCaml
9 lines
254 B
OCaml
# 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
|