diff options
Diffstat (limited to 'libstdc++/config/hpux.ml')
-rw-r--r-- | libstdc++/config/hpux.ml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++/config/hpux.ml b/libstdc++/config/hpux.ml new file mode 100644 index 00000000000..1531fe867f1 --- /dev/null +++ b/libstdc++/config/hpux.ml @@ -0,0 +1,6 @@ +# HPUX uses the .sl suffix for shared libraries. + +SHLIB = libstdc++.sl +LIBS = $(ARLIB) $(SHLIB) +DEPLIBS = ../$(SHLIB) +SHFLAGS = $(PICFLAG) |