From cab512d7ee50fb55b9412c0e1a52a589de09e0a7 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Jul 2011 12:59:11 -0700 Subject: 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 --- meta/site/arm-common | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/site/arm-common') diff --git a/meta/site/arm-common b/meta/site/arm-common index 2524db4f2..c216b578e 100644 --- a/meta/site/arm-common +++ b/meta/site/arm-common @@ -180,10 +180,6 @@ screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} slrn_cv___va_copy=${slrn_cv___va_copy=yes} slrn_cv_va_copy=${slrn_cv_va_copy=yes} slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes} -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} # socat ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13} -- cgit v1.2.3