summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-01-07 20:54:54 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-01-07 20:54:54 (GMT)
commitccf3135df05f97ed720481d4a5687953c6f86800 (patch)
treeee98e9b8438263bcee0e0efa6f7d54e6c88bcfca /config
parent0bd1b41ba5402b9eba660956227a8e67888c41fd (diff)
downloadhdf5-ccf3135df05f97ed720481d4a5687953c6f86800.zip
hdf5-ccf3135df05f97ed720481d4a5687953c6f86800.tar.gz
hdf5-ccf3135df05f97ed720481d4a5687953c6f86800.tar.bz2
[svn-r4791] Purpose:
Bug fix. Description: __int64 is not a legal type in Tflops. Set its sizeof to 0 in the cached values. This is a temporary fix since the real problem is in configure which hardset __int64 to 8 for cross-compiling cases. Platforms tested: Tflops
Diffstat (limited to 'config')
-rw-r--r--config/intel-osf13
1 files changed, 3 insertions, 0 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1
index 6eada3f..d6411cd 100644
--- a/config/intel-osf1
+++ b/config/intel-osf1
@@ -54,6 +54,9 @@ enable_shared="${enable_shared:-no}"
# `ll' or if the format would be `%qd' set it to `q'.
hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}
+# Hard set sizeof of the following types to 0 because they are not supported.
+ac_cv_sizeof___int64=${ac_cv_sizeof___int64='0'}
+
# Hard set sizeof_intN_t to 0 because they are not supported.
ac_cv_sizeof_int8_t=${ac_cv_sizeof_int8_t='0'}
ac_cv_sizeof_int16_t=${ac_cv_sizeof_int16_t='0'}