mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 22:29:06 +00:00
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
This commit is contained in:
parent
3b50962e83
commit
2d5a5e5ba9
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user