mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +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
181 B
Plaintext
9 lines
181 B
Plaintext
# definitions assuming 32-bit arm architecture
|
|
|
|
# apache
|
|
ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
|
|
ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
|
|
|
|
# jikes
|
|
ac_cv_sizeof_wchar_t=4
|