diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-14 12:59:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:52 +0100 |
commit | cab512d7ee50fb55b9412c0e1a52a589de09e0a7 (patch) | |
tree | 9e4c324785f6053d8e5379792d67b10d166cc0f5 /meta/site/powerpc32-linux | |
parent | 7cc52fca921259e331a34263d8113e29b9e0dee9 (diff) | |
download | openembedded-core-cab512d7ee50fb55b9412c0e1a52a589de09e0a7.tar.gz openembedded-core-cab512d7ee50fb55b9412c0e1a52a589de09e0a7.tar.bz2 openembedded-core-cab512d7ee50fb55b9412c0e1a52a589de09e0a7.zip |
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/powerpc32-linux')
-rw-r--r-- | meta/site/powerpc32-linux | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index 6df66dc1f5..46b64eb3b1 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux @@ -1,5 +1,3 @@ -ac_cv_func_malloc_0_nonnull=yes -ac_cv_func_malloc_works=yes ac_cv_func_setvbuf_reversed=no ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1} @@ -165,8 +163,6 @@ compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no} slrn_cv___va_copy=${slrn_cv___va_copy=yes} slrn_cv_va_copy=${slrn_cv_va_copy=no} slrn_cv_va_val_copy=${slrn_cv_va_val_copy=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} # libidl libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |