mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 03:58:58 +08:00
6599da043e
From-SVN: r14877
7 lines
171 B
OCaml
7 lines
171 B
OCaml
# Solaris2 with shared libm, so we can link it into the shared libstdc++.
|
|
|
|
LIBS = $(ARLIB) $(SHLIB) $(SHLINK)
|
|
SHFLAGS = -h $(SHLIB)
|
|
SHDEPS = -lm
|
|
DEPLIBS = ../$(SHLIB)
|