mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
site: musl and glibc have working mktime()
This coreutils (gnulib) test tests for various bugs that only exist in ancient versions. It defaults to assuming buggy behaviour with its own implementation when cross-compiling. musl and recent glibc (2.29) are not affected. (From OE-Core rev: 65d38cc1ce5a106c4c2e5068b8440eb6e5a2b33e) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
39abf8342b
commit
34c7222e1d
@@ -36,6 +36,7 @@ gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max=yes}
|
||||
ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes}
|
||||
gl_cv_func_nanosleep=${gl_cv_func_nanosleep='no (mishandles large arguments)'}
|
||||
gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
|
||||
gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes}
|
||||
gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes}
|
||||
|
||||
# glib
|
||||
|
||||
@@ -45,6 +45,7 @@ gl_cv_func_strtod_works=${gl_cv_func_strtod_works=yes}
|
||||
gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no}
|
||||
gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes}
|
||||
gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
|
||||
gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes}
|
||||
gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes}
|
||||
ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes}
|
||||
ac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes}
|
||||
|
||||
Reference in New Issue
Block a user