aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site/common-uclibc
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 11:54:52 +0100
commitcab512d7ee50fb55b9412c0e1a52a589de09e0a7 (patch)
tree9e4c324785f6053d8e5379792d67b10d166cc0f5 /meta/site/common-uclibc
parent7cc52fca921259e331a34263d8113e29b9e0dee9 (diff)
downloadopenembedded-core-cab512d7ee50fb55b9412c0e1a52a589de09e0a7.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). Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/site/common-uclibc')
-rw-r--r--meta/site/common-uclibc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
index ce216bbdc0..8ea192ca0a 100644
--- a/meta/site/common-uclibc
+++ b/meta/site/common-uclibc
@@ -1,5 +1,9 @@
# general
ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no}
+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}
# glib
glib_cv_strlcpy=${glib_cv_strlcpy=no}