mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-26 16:59:44 +08:00
7 lines
144 B
OCaml
7 lines
144 B
OCaml
|
# HPUX uses the .sl suffix for shared libraries.
|
||
|
|
||
|
SHLIB = libstdc++.sl
|
||
|
LIBS = $(ARLIB) $(SHLIB)
|
||
|
DEPLIBS = ../$(SHLIB)
|
||
|
SHFLAGS = $(PICFLAG)
|