mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 13:19:36 +08:00
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)
|