From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AA573138CD0 for ; Sun, 31 May 2015 03:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC3E3E08AA; Sun, 31 May 2015 03:30:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37CCEE08AA for ; Sun, 31 May 2015 03:30:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 052C7340C31 for ; Sun, 31 May 2015 03:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7021AA07 for ; Sun, 31 May 2015 03:30:24 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1433042812.1a54546d5a2e677c46825e7cc3a309d1735733b0.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/site/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/site/linux wrappers/site/linux-gnu wrappers/site/mipsel-linux-gnu X-VCS-Directories: wrappers/site/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1a54546d5a2e677c46825e7cc3a309d1735733b0 X-VCS-Branch: master Date: Sun, 31 May 2015 03:30:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c0d3f747-0e0f-4442-bab6-df23ea394546 X-Archives-Hash: aee6c8624089c01ce35af63d399bdbea commit: 1a54546d5a2e677c46825e7cc3a309d1735733b0 Author: Mike Frysinger gentoo org> AuthorDate: Sun May 31 03:26:52 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun May 31 03:26:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=1a54546d config.site: import settings from Chromium OS Signed-off-by: Mike Frysinger gentoo.org> wrappers/site/linux | 5 +++++ wrappers/site/linux-gnu | 4 ++++ wrappers/site/mipsel-linux-gnu | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wrappers/site/linux b/wrappers/site/linux index 0420677..4ee2c1e 100644 --- a/wrappers/site/linux +++ b/wrappers/site/linux @@ -17,6 +17,11 @@ glib_cv_va_copy=yes glib_cv_va_val_copy=no gio_can_sniff=yes +# The AC_FUNC_MMAP macro uses AC_RUN to determine if support is available, and +# sets the result to no when cross-compiling. Since we know Linux supports this +# everywhere, mark the test as yes. +ac_cv_func_mmap_fixed_mapped=yes + # coreutils. https://bugs.gentoo.org/show_bug.cgi?id=177061 fu_cv_sys_stat_statvfs=yes gl_cv_func_re_compile_pattern_working=yes diff --git a/wrappers/site/linux-gnu b/wrappers/site/linux-gnu index ef16877..f4273b8 100644 --- a/wrappers/site/linux-gnu +++ b/wrappers/site/linux-gnu @@ -8,6 +8,10 @@ gl_cv_func_wcwidth_works=yes # sys-apps/dbus-1.3.0 ac_cv_have_abstract_sockets=yes +# autoconf-provided macros. +# The AC_FUNC_WAIT3 macro uses AC_RUN. Iit's obsolete, but some still use it. +ac_cv_func_wait3_rusage=yes + # app-admin/sudo-1.7.2_p1 sudo_cv_uid_t_len=10 sudo_cv_func_unsetenv_void=no diff --git a/wrappers/site/mipsel-linux-gnu b/wrappers/site/mipsel-linux-gnu index d8b829f..14fd4b4 100644 --- a/wrappers/site/mipsel-linux-gnu +++ b/wrappers/site/mipsel-linux-gnu @@ -140,7 +140,6 @@ bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} 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} # glib glib_cv_strlcpy=${glib_cv_strlcpy=no}