summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-01-11 21:05:21 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-01-11 21:05:21 (GMT)
commit7945e9929ee7fcbbe28e7dd1c56816ef3307cbcf (patch)
tree67163271d341b809d96afd5df653ab1e11496115 /config
parent7b42f786bd4a80259d3731d00f890ca1bcec9cba (diff)
downloadhdf5-7945e9929ee7fcbbe28e7dd1c56816ef3307cbcf.zip
hdf5-7945e9929ee7fcbbe28e7dd1c56816ef3307cbcf.tar.gz
hdf5-7945e9929ee7fcbbe28e7dd1c56816ef3307cbcf.tar.bz2
[svn-r9809] Purpose: bug fix
Description: For HP-UX11.00, compiler's casting from 'long double' to most of integers. A macro was hard set in config/hpux11.00 before. Solution: Let configure detect this case and set the macro. Platforms tested: kelgia, fuss, modi4. These systems are mainly concerned.
Diffstat (limited to 'config')
-rw-r--r--config/hpux11.006
1 files changed, 0 insertions, 6 deletions
diff --git a/config/hpux11.00 b/config/hpux11.00
index d6327b2..f42839a 100644
--- a/config/hpux11.00
+++ b/config/hpux11.00
@@ -97,9 +97,3 @@ case "X-$CXX" in
PROFILE_CPPFLAGS=
;;
esac
-
-# Set flag to avoid conversion from 'long double' to integers because of
-# HP-UX's compiler problems. For HP-UX 11.00, the compiler has 'floating exception'
-# when converting 'long double' to all integers except 'unsigned long long'.
-# Other HP-UX systems are unknown yet. (1/8/05 - SLU)
-hdf5_cv_sw_ldouble_to_integer_works=${hdf5_cv_sw_ldouble_to_integer_works='no'}