mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
at-spi2-core is built with Meson now, so these values are not needed. (From OE-Core rev: 319249ea639991d4d0a5f34be171d0ce7b44da0c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
# definitions assuming 64-bit arm architecture
|
|
|
|
# general
|
|
ac_cv_sizeof_wchar_t=4
|
|
ac_cv_sizeof_size_t=8
|
|
ac_cv_sizeof_ssize_t=8
|
|
ac_cv_alignof_char=1
|
|
ac_cv_alignof_double=8
|