diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-08-23 09:43:16 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-08-23 09:43:16 +0000 |
commit | 2d5a5e5ba93b6b1ce8ddf092c7d4839e525d48ff (patch) | |
tree | e0b357c842771af13da5ed8f1999e12173c09dad | |
parent | 3b50962e83320894cf4bf6613f06c73bc0296ffd (diff) | |
download | openembedded-core-2d5a5e5ba93b6b1ce8ddf092c7d4839e525d48ff.tar.gz openembedded-core-2d5a5e5ba93b6b1ce8ddf092c7d4839e525d48ff.tar.bz2 openembedded-core-2d5a5e5ba93b6b1ce8ddf092c7d4839e525d48ff.zip |
Add a few more test results to i586-linux for the qemux86 build, this time for libgcrypt.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@631 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/site/i586-linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/site/i586-linux b/meta/site/i586-linux index b786b7a576..7dfb3b872b 100644 --- a/meta/site/i586-linux +++ b/meta/site/i586-linux @@ -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} |