mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package: get rid of redundant malloc related configure presets
Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -30,9 +30,7 @@ CLASSPATH_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
|
||||
ac_cv_func_getcwd_null=yes ac_cv_func_getdelim=yes \
|
||||
ac_cv_func_mkstemp=yes utils_cv_func_mkstemp_limitations=no \
|
||||
utils_cv_func_mkdir_trailing_slash_bug=no \
|
||||
ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes \
|
||||
ac_cv_func_realloc_0_nonnull=yes jm_cv_func_gettimeofday_clobber=no \
|
||||
jm_cv_func_gettimeofday_clobber=no \
|
||||
gl_cv_func_working_readdir=yes jm_ac_cv_func_link_follows_symlink=no \
|
||||
utils_cv_localtime_cache=no ac_cv_struct_st_mtim_nsec=no \
|
||||
gl_cv_func_tzset_clobber=no gl_cv_func_getcwd_null=yes \
|
||||
|
||||
@@ -28,9 +28,7 @@ JAMVM_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
|
||||
ac_cv_func_getcwd_null=yes ac_cv_func_getdelim=yes \
|
||||
ac_cv_func_mkstemp=yes utils_cv_func_mkstemp_limitations=no \
|
||||
utils_cv_func_mkdir_trailing_slash_bug=no \
|
||||
ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes \
|
||||
ac_cv_func_realloc_0_nonnull=yes jm_cv_func_gettimeofday_clobber=no \
|
||||
jm_cv_func_gettimeofday_clobber=no \
|
||||
gl_cv_func_working_readdir=yes jm_ac_cv_func_link_follows_symlink=no \
|
||||
utils_cv_localtime_cache=no ac_cv_struct_st_mtim_nsec=no \
|
||||
gl_cv_func_tzset_clobber=no gl_cv_func_getcwd_null=yes \
|
||||
|
||||
Reference in New Issue
Block a user