gcc/libstdc++/config/hpux.ml

7 lines
144 B
OCaml
Raw Normal View History

1997-08-22 00:57:35 +02:00
# HPUX uses the .sl suffix for shared libraries.
SHLIB = libstdc++.sl
LIBS = $(ARLIB) $(SHLIB)
DEPLIBS = ../$(SHLIB)
SHFLAGS = $(PICFLAG)