From 8a778bb95dd0d55a99e8a55f00e242767ab9bca7 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 7 Jan 2002 17:32:16 -0500 Subject: [svn-r4794] 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 --- config/intel-osf1 | 3 +++ 1 file changed, 3 insertions(+) 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'} -- cgit v0.12