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 12:02:44 +0100 |
commit | 85a49c9ed697508bbd8bda1fb8d0f0fc2961068a (patch) | |
tree | 61ef28d890afc7d1de4456420b4af817f82a8974 /meta/site/sh-common | |
parent | 9bb070ce401324aa034acb6e305a7886fbae6941 (diff) | |
download | poky-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/sh-common')
-rw-r--r-- | meta/site/sh-common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common index 5d085b4f86..c335f318e1 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
@@ -1,7 +1,5 @@ | |||
1 | ac_cv_func_setpgrp_void=yes | 1 | ac_cv_func_setpgrp_void=yes |
2 | ac_cv_func_setgrent_void=yes | 2 | ac_cv_func_setgrent_void=yes |
3 | ac_cv_func_malloc_0_nonnull=yes | ||
4 | ac_cv_func_malloc_works=yes | ||
5 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | 3 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} |
6 | ac_cv_func_setvbuf_reversed=no | 4 | ac_cv_func_setvbuf_reversed=no |
7 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | 5 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} |
@@ -178,10 +176,6 @@ compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no} | |||
178 | slrn_cv___va_copy=${slrn_cv___va_copy=yes} | 176 | slrn_cv___va_copy=${slrn_cv___va_copy=yes} |
179 | slrn_cv_va_copy=${slrn_cv_va_copy=no} | 177 | slrn_cv_va_copy=${slrn_cv_va_copy=no} |
180 | slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes} | 178 | slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes} |
181 | ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} | ||
182 | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} | ||
183 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} | ||
184 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | ||
185 | 179 | ||
186 | # startup-notification | 180 | # startup-notification |
187 | lf_cv_sane_realloc=yes | 181 | lf_cv_sane_realloc=yes |