summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-11-27 19:08:50 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-11-27 19:08:50 (GMT)
commite001cafc7cc2d78aabda1da8f6b7bc51ef899c68 (patch)
tree98f5eff5b97fca7652fe7432a4fe8ed056bc0307 /config
parent70a8a9175c48f114e179847b735405c530bd6e76 (diff)
downloadhdf5-e001cafc7cc2d78aabda1da8f6b7bc51ef899c68.zip
hdf5-e001cafc7cc2d78aabda1da8f6b7bc51ef899c68.tar.gz
hdf5-e001cafc7cc2d78aabda1da8f6b7bc51ef899c68.tar.bz2
[svn-r4654]
Purpose: Maintenance Solution: Added configurations files for OSF 5.1 Platforms tested: OSF 5.1 at PSC
Diffstat (limited to 'config')
-rw-r--r--config/dec-osf5.120
1 files changed, 20 insertions, 0 deletions
diff --git a/config/dec-osf5.1 b/config/dec-osf5.1
new file mode 100644
index 0000000..bad4669
--- /dev/null
+++ b/config/dec-osf5.1
@@ -0,0 +1,20 @@
+# -*- shell-script -*-
+#
+# This file is part of the HDF5 build script. It is processed shortly
+# after configure starts and defines, among other things, flags for
+# the various compile modes.
+#
+# See BlankForm in this directory for detailed information.
+
+# The default compiler is `cc'
+if test "X-" = "X-$CC"; then
+ CC=cc
+ CC_BASENAME=cc
+fi
+
+# Try GNU compiler flags.
+. $srcdir/config/gnu-flags
+
+# Try native DEC compiler
+ARCH=${ARCH:='-arch host -tune host'}
+. $srcdir/config/dec-flags