add some configure test results to site/arm-linux in order to make libgcrypt and...
authorRene Wagner <rw@handhelds.org>
Fri, 3 Sep 2004 16:46:10 +0000 (16:46 +0000)
committerRene Wagner <rw@handhelds.org>
Fri, 3 Sep 2004 16:46:10 +0000 (16:46 +0000)
BKrev: 41389fd2_WEvltKa2yyrck0NaND7LA

site/arm-linux

index 2662d46..cd2aba8 100644 (file)
@@ -16,6 +16,11 @@ ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
 ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
 ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
 ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
+ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
+ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
+ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
+ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
+ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
 
 ac_cv_sys_restartable_syscalls=yes
 ac_cv_uchar=${ac_cv_uchar=no}