aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site/sh-common
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-11-28 16:18:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-09 14:36:58 +0000
commit93dd7c87cef4fd9c22a09857fb55218c8be87b5b (patch)
treeb48d54b5f9464ac7ef1e088832d85f1b7c2a690e /meta/site/sh-common
parent57fe9f61dd4c43f8267b831c1b177ad67010d78c (diff)
downloadopenembedded-core-contrib-93dd7c87cef4fd9c22a09857fb55218c8be87b5b.tar.gz
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 <ross.burton@intel.com>
Diffstat (limited to 'meta/site/sh-common')
-rw-r--r--meta/site/sh-common1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common
index fc4d6ad792..97c96934d7 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -227,7 +227,6 @@ with_broken_putenv=${with_broken_putenv=no}
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}
# libnet
ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no}