]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add a few more test results to i586-linux for the qemux86 build, this time for libgcrypt.
authorChris Larson <kergoth@openedhand.com>
Wed, 23 Aug 2006 09:43:16 +0000 (09:43 +0000)
committerChris Larson <kergoth@openedhand.com>
Wed, 23 Aug 2006 09:43:16 +0000 (09:43 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@631 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/site/i586-linux

index b786b7a57648a76e54ab3d7dfd057e9d39a725b8..7dfb3b872bc43832c21a40ec79769e1dbf1a8d8b 100644 (file)
@@ -18,9 +18,13 @@ ac_cv_sctp=${ac_cv_sctp=no}
 ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
 ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
 ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
+ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
 ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
+ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
 ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
+ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
 ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
+ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
 ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
 ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
 ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}