summaryrefslogtreecommitdiffstats
path: root/meta/site/ix86-common
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/ix86-common
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/ix86-common')
-rw-r--r--meta/site/ix86-common5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index e19463ca37..11f556ad74 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -25,8 +25,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
25ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} 25ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
26ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} 26ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
27ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} 27ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
28ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
29ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
30ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} 28ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
31ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} 29ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
32ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} 30ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
@@ -167,9 +165,6 @@ ac_cv_alignof_CORBA_struct=4
167ac_cv_alignof_CORBA_wchar=2 165ac_cv_alignof_CORBA_wchar=2
168ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} 166ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
169 167
170# p3scan
171ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
172
173# php 168# php
174ac_cv_pread=${ac_cv_pread=no} 169ac_cv_pread=${ac_cv_pread=no}
175ac_cv_pwrite=${ac_cv_pwrite=no} 170ac_cv_pwrite=${ac_cv_pwrite=no}