mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
GLib 1.x is incredibly obsolete and GLib 2.x is built using Meson
not autotools, so we can remove the GLib entries from the site files.
Also fix a few copy/paste typos where glib_ was used incorrectly, for example:
ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
The glib_cv_ should be ac_cv_.
(From OE-Core rev: 69e757e6bef8b1037e2f23121774af1d5f6c96df)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
ac_cv_func_setvbuf_reversed=no
|
|
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
|
|
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
|
|
ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
|
|
ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
|
|
ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
|
|
ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
|
|
ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
|
|
ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
|
|
ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
|
|
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
|
|
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
|
|
ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
|
|
ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
|
|
ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
|
|
ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
|
|
ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
|
|
|
|
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
|
|
libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes}
|
|
libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes}
|
|
ac_cv_alignof_CORBA_long_double=4
|
|
ac_cv_c_long_double=${ac_cv_c_long_double=yes}
|
|
|
|
|
|
ac_cv_uchar=${ac_cv_uchar=no}
|
|
ac_cv_uint=${ac_cv_uint=yes}
|
|
ac_cv_ulong=${ac_cv_ulong=yes}
|
|
ac_cv_ushort=${ac_cv_ushort=yes}
|
|
|
|
ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
|
|
cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes}
|
|
|
|
# minicom
|
|
am_cv_sys_posix_termios=${am_cv_sys_posix_termios=yes}
|
|
|
|
|
|
# gettext
|
|
am_cv_func_working_getline=${am_cv_func_working_getline=yes}
|
|
|
|
#linux
|
|
ac_cv_linux_vers=${ac_cv_linux_vers=2}
|