From 93dd7c87cef4fd9c22a09857fb55218c8be87b5b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 28 Nov 2017 16:18:15 +0000 Subject: site: consolidate ac_cv_func_mmap_fixed_mapped definitions This is the cache variable used by AC_FUNC_MMAP, which is possibly one of the worst autoconf macros to exist. Apart from being a runtime test which silently claims that mmap() is broken when cross-compiling, this is basically to verify that mmap() actually works, because SVR4.0 (released 1988) was broken. Thirty years later, everyone has a working mmap(). common-glibc already has an assignment, so add a corresponding assignment to common-musl and remove it from the machine-specific files. Signed-off-by: Ross Burton --- meta/site/ix86-common | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/site/ix86-common') diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 4fbf58c0cf..c5e354c073 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common @@ -53,7 +53,6 @@ bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes} clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes} clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes} -ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} # cvs cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} -- cgit 1.2.3-korg