summaryrefslogtreecommitdiffstats
path: root/c++/config
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-11-28 20:55:43 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-11-28 20:55:43 (GMT)
commit76e9fe72981606804aef82219d810dcbb25276e6 (patch)
treef979f7434e5ee7fc3d340c1c1a782944a891e9fa /c++/config
parent65f26fb16891f18cb94f2c4db8edefaf8a9e6d99 (diff)
downloadhdf5-76e9fe72981606804aef82219d810dcbb25276e6.zip
hdf5-76e9fe72981606804aef82219d810dcbb25276e6.tar.gz
hdf5-76e9fe72981606804aef82219d810dcbb25276e6.tar.bz2
[svn-r4658]
Purpose: Maintenance Description: Added configuration file for SP3 to support C++ Platforms tested: NERSC SP3
Diffstat (limited to 'c++/config')
-rw-r--r--c++/config/rs6000-ibm-aix4.x11
1 files changed, 11 insertions, 0 deletions
diff --git a/c++/config/rs6000-ibm-aix4.x b/c++/config/rs6000-ibm-aix4.x
new file mode 100644
index 0000000..770ba80
--- /dev/null
+++ b/c++/config/rs6000-ibm-aix4.x
@@ -0,0 +1,11 @@
+# -*- 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.
+
+# Cross compiling defaults
+ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}
+hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}