diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-10-14 21:23:39 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-10-14 21:23:39 (GMT) |
commit | 535c97a5810245da88f8eb183186f64c5ec1c8c9 (patch) | |
tree | 127673ed392a0248c004fa4caceb01de6a8d2454 /config/powerpc-ibm-aix5.x | |
parent | 841a072c934f33e0de186eb7ccf0956c07a30715 (diff) | |
download | hdf5-535c97a5810245da88f8eb183186f64c5ec1c8c9.zip hdf5-535c97a5810245da88f8eb183186f64c5ec1c8c9.tar.gz hdf5-535c97a5810245da88f8eb183186f64c5ec1c8c9.tar.bz2 |
[svn-r9425] Purpose:
Bug fix
Description:
Removed the cache values of sizeof signed and unsigned int_fast8_t
and int_fast16_t since the vendor changes them often.
Platforms tested:
Tested in Copper only since it affected it only.
Misc. update:
Diffstat (limited to 'config/powerpc-ibm-aix5.x')
-rw-r--r-- | config/powerpc-ibm-aix5.x | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index 3b6b772..569252e 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -82,16 +82,12 @@ ac_cv_sizeof_int8_t=${ac_cv_sizeof_int8_t=1} ac_cv_sizeof_uint8_t=${ac_cv_sizeof_uint8_t=1} ac_cv_sizeof_int_least8_t=${ac_cv_sizeof_int_least8_t=1} ac_cv_sizeof_uint_least8_t=${ac_cv_sizeof_uint_least8_t=1} -ac_cv_sizeof_int_fast8_t=${ac_cv_sizeof_int_fast8_t=1} -# removed to deal with wierdness on SDSC DataStar -- JRM 9/7/04 -#ac_cv_sizeof_uint_fast8_t=${ac_cv_sizeof_uint_fast8_t=4} +# Do not cache int_fast8_t since the vendor changes often. ac_cv_sizeof_int16_t=${ac_cv_sizeof_int16_t=2} ac_cv_sizeof_uint16_t=${ac_cv_sizeof_uint16_t=2} ac_cv_sizeof_int_least16_t=${ac_cv_sizeof_int_least16_t=2} ac_cv_sizeof_uint_least16_t=${ac_cv_sizeof_uint_least16_t=2} -ac_cv_sizeof_int_fast16_t=${ac_cv_sizeof_int_fast16_t=4} -# removed to deal with wierdness on SDSC DataStar -- JRM 9/7/04 -#ac_cv_sizeof_uint_fast16_t=${ac_cv_sizeof_uint_fast16_t=4} +# Do not cache int_fast16_t since the vendor changes often. ac_cv_sizeof_int32_t=${ac_cv_sizeof_int32_t=4} ac_cv_sizeof_uint32_t=${ac_cv_sizeof_uint32_t=4} ac_cv_sizeof_int_least32_t=${ac_cv_sizeof_int_least32_t=4} |