mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
The size of off_t depends on whether large file support is enabled through preprocessor flags, so we can't cache this. (From OE-Core rev: 25bd4e9483a7d2c16a460b4f363e91b5b943bb58) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
# general
|
|
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16}
|
|
ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=8}
|
|
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}
|