mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Depending on whether large file support is enabled, the size of ino_t can be 4 or 8 on 32 bit x86. Drop the value from the site cache and allow the system to vary it depending on configuration. Very few other arches actually set this so its likely obsolete and doesn't need to be hardcoded anymore. Also drop the 64 bit and x32 variants since autodetection of this value appears to work fine and this avoids any confusion or sizing errors depending on large file support. (From OE-Core rev: 31ae16003cac6c8cf587c98d0c58e9f21690cb40) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
# general
|
|
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16}
|
|
ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8}
|
|
ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64}
|
|
ac_cv_alignof_double=8
|
|
|
|
# glib
|
|
glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=32}
|