diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-08-25 07:25:28 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-08-25 07:25:28 +0000 |
commit | ad1b593155e92f3c8ef381c0dee089983bb748c7 (patch) | |
tree | 7f3a553fe431225107d4b2bcc3ba150c1ad3773f /meta | |
parent | 6b656b24d89d98197afc9e7050a99f1eeb295543 (diff) | |
download | poky-ad1b593155e92f3c8ef381c0dee089983bb748c7.tar.gz |
Add a few more i586-linux test results for x86 builds.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@637 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 7dfb3b872b..a9b1e58ff2 100644 --- a/meta/site/i586-linux +++ b/meta/site/i586-linux | |||
@@ -16,7 +16,9 @@ ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no} | |||
16 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 16 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |
17 | ac_cv_sctp=${ac_cv_sctp=no} | 17 | 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_unsigned_char=${ac_cv_sizeof_unsigned_int=1} | ||
19 | ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} | 20 | ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} |
21 | ac_cv_sizeof_unsigned_char_p=${ac_cv_sizeof_unsigned_char_p=4} | ||
20 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 22 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
21 | ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4} | 23 | ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4} |
22 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} | 24 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} |
@@ -121,3 +123,5 @@ php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_ | |||
121 | 123 | ||
122 | # xffm | 124 | # xffm |
123 | jm_cv_func_working_readdir=yes | 125 | jm_cv_func_working_readdir=yes |
126 | |||
127 | ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4} | ||