From 535c97a5810245da88f8eb183186f64c5ec1c8c9 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 14 Oct 2004 16:23:39 -0500 Subject: [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: --- config/powerpc-ibm-aix5.x | 8 ++------ 1 file 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} -- cgit v0.12