diff options
Diffstat (limited to 'libstdc++/config/dec-osf.ml')
-rw-r--r-- | libstdc++/config/dec-osf.ml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++/config/dec-osf.ml b/libstdc++/config/dec-osf.ml new file mode 100644 index 00000000000..618c6c89fad --- /dev/null +++ b/libstdc++/config/dec-osf.ml @@ -0,0 +1,6 @@ +# 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 |