mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 03:49:03 +08:00
7 lines
174 B
OCaml
7 lines
174 B
OCaml
|
# We don't need -fpic on the alpha, so let's install both the shared and
|
||
|
# non-shared versions.
|
||
|
|
||
|
LIBS = $(ARLIB) $(SHLIB) $(SHLINK)
|
||
|
DEPLIBS = ../$(SHLIB)
|
||
|
SHDEPS = -lm
|