mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 03:38:59 +08:00
6599da043e
From-SVN: r14877
7 lines
169 B
OCaml
7 lines
169 B
OCaml
# We don't need -fpic on IRIX, so let's install both the shared and
|
|
# non-shared versions.
|
|
|
|
LIBS = $(ARLIB) $(SHLIB) $(SHLINK)
|
|
DEPLIBS = ../$(SHLIB)
|
|
SHDEPS = -lm
|