summaryrefslogtreecommitdiffstats
path: root/config/alphaev67-linux-gnu
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-03-15 18:16:08 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-03-15 18:16:08 (GMT)
commit3718a608c6447749517030c7ee35593a0e1ef310 (patch)
treea1cf2ee7370c274972730a75f13be9f9bd7f5129 /config/alphaev67-linux-gnu
parent330509e64e114bbeecf239b087e3d669cf2b0c66 (diff)
downloadhdf5-3718a608c6447749517030c7ee35593a0e1ef310.zip
hdf5-3718a608c6447749517030c7ee35593a0e1ef310.tar.gz
hdf5-3718a608c6447749517030c7ee35593a0e1ef310.tar.bz2
[svn-r3642]
Purpose: Port to DEC ALPHA running LINUX Description: I added alphaev67-linix-gnu configuration files to ./config and ./fortran/config directories. Platforms tested: DEC ALPHA LINUX and DEC OSF
Diffstat (limited to 'config/alphaev67-linux-gnu')
-rw-r--r--config/alphaev67-linux-gnu19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/alphaev67-linux-gnu b/config/alphaev67-linux-gnu
new file mode 100644
index 0000000..e22b82d
--- /dev/null
+++ b/config/alphaev67-linux-gnu
@@ -0,0 +1,19 @@
+# -*- 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 details.
+
+# The default compiler is `gcc'.
+if test "X-" = "X-$CC"; then
+ CC=gcc
+ CC_BASENAME=gcc
+fi
+
+# Omit frame pointer for optimized code?
+NOFP=${NOFP:=-fomit-frame-pointer}
+
+# Figure out compiler flags
+. $srcdir/config/gnu-flags