summaryrefslogtreecommitdiffstats
path: root/meta/site/common-glibc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-14 12:59:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 12:02:44 +0100
commit85a49c9ed697508bbd8bda1fb8d0f0fc2961068a (patch)
tree61ef28d890afc7d1de4456420b4af817f82a8974 /meta/site/common-glibc
parent9bb070ce401324aa034acb6e305a7886fbae6941 (diff)
downloadpoky-85a49c9ed697508bbd8bda1fb8d0f0fc2961068a.tar.gz
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 <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/common-glibc')
-rw-r--r--meta/site/common-glibc3
1 files changed, 3 insertions, 0 deletions
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 @@
1# general 1# general
2ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} 2ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes}
3ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
4ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
5ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
3ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} 6ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
4ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} 7ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
5ac_cv_type_uid_t={ac_cv_type_uid_t=yes} 8ac_cv_type_uid_t={ac_cv_type_uid_t=yes}