From 85a49c9ed697508bbd8bda1fb8d0f0fc2961068a 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). (From OE-Core rev: cab512d7ee50fb55b9412c0e1a52a589de09e0a7) Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- meta/site/common-glibc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/site/common-glibc') diff --git a/meta/site/common-glibc b/meta/site/common-glibc index a34396f4a8..9339655352 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc @@ -1,5 +1,8 @@ # general ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} +ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} +ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} +ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} ac_cv_type_uid_t={ac_cv_type_uid_t=yes} -- cgit v1.2.3-54-g00ecf