From cab512d7ee50fb55b9412c0e1a52a589de09e0a7 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Jul 2011 12:59:11 -0700 Subject: siteinfo: Move general realloc/malloc values to common-$libc These are tests for glibc behavior which we have enabled in uclibc. Note that if we ever disable MALLOC_GLIBC_COMPAT the uclibc tests will need to be changed (but I believe this would also entail massive patching to the rest of userspace so this should be unlikely). Signed-off-by: Tom Rini --- meta/site/x86_64-linux-uclibc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/site/x86_64-linux-uclibc') diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc index f646c31e6c..be74642024 100644 --- a/meta/site/x86_64-linux-uclibc +++ b/meta/site/x86_64-linux-uclibc @@ -2,7 +2,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} -ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} @@ -68,10 +67,6 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes} glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} -# flex -ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} -ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} - # libidl libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} -- cgit 1.2.3-korg