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/x86_64-linux | |
parent | 7cc52fca921259e331a34263d8113e29b9e0dee9 (diff) | |
download | openembedded-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/x86_64-linux')
-rw-r--r-- | meta/site/x86_64-linux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 1b83ce9e63..48e94da825 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux @@ -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} @@ -100,7 +99,6 @@ ac_cv_alignof_CORBA_wchar=2 ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} sudo_cv_uid_t=${sudo_cv_uid_t_len=10} -ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} lf_cv_sane_realloc=yes as_cv_unaligned_access=${as_cv_unaligned_access=yes} |