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 /meta/site | |
parent | 3b50962e83320894cf4bf6613f06c73bc0296ffd (diff) | |
download | poky-2d5a5e5ba93b6b1ce8ddf092c7d4839e525d48ff.tar.gz |
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
Diffstat (limited to 'meta/site')
-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} | |||
18 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 18 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
19 | ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} | 19 | ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} |
20 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 20 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
21 | ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4} | ||
21 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} | 22 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} |
23 | ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4} | ||
22 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} | 24 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} |
25 | ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} | ||
23 | ac_cv_sizeof_short=${ac_cv_sizeof_short=2} | 26 | ac_cv_sizeof_short=${ac_cv_sizeof_short=2} |
27 | ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} | ||
24 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} | 28 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} |
25 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} | 29 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} |
26 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} | 30 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} |