From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FFC91396D1 for ; Tue, 29 Aug 2017 00:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 513D5E0D35; Tue, 29 Aug 2017 00:11:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DB39E0D35 for ; Tue, 29 Aug 2017 00:11:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07FBA33BEBE for ; Tue, 29 Aug 2017 00:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B32ED861F for ; Tue, 29 Aug 2017 00:11:37 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1503965469.dc4967299a9f7e0ec39906bb14e9ab95fb61eb06.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.56.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: dc4967299a9f7e0ec39906bb14e9ab95fb61eb06 X-VCS-Branch: master Date: Tue, 29 Aug 2017 00:11:37 +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: 4799cf12-29e6-4dc1-8e7f-4992397e9e06 X-Archives-Hash: fa20a267080a165dd7f43bbc9f57f10b commit: dc4967299a9f7e0ec39906bb14e9ab95fb61eb06 Author: Jory A. Pratt gentoo org> AuthorDate: Tue Aug 29 00:11:09 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Aug 29 00:11:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=dc496729 eclass/mozconfig-6.56 - add gold useflag for those wanting to use gold linker eclass/mozconfig-v6.56.eclass | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/eclass/mozconfig-v6.56.eclass b/eclass/mozconfig-v6.56.eclass index 0b3df0e..f1e7262 100644 --- a/eclass/mozconfig-v6.56.eclass +++ b/eclass/mozconfig-v6.56.eclass @@ -84,7 +84,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug neon pulseaudio selinux startup-notification system-harfbuzz +IUSE="${IUSE} dbus debug gold neon pulseaudio selinux startup-notification system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx" # some notes on deps: @@ -200,8 +200,11 @@ mozconfig_config() { # Disable for testing purposes only mozconfig_annotate 'Upstream bug 1341234' --disable-stylo - # Enable release to we use system ld - mozconfig_annotate 'gentoo ld support' --enable-release + # Must pass release in order to properly select linker via gold useflag + mozconfig_annotate 'Enable by Gentoo' --enable-release + + # Must pass --enable-gold if using ld.gold + mozconfig_use_enable gold if has bindist ${IUSE}; then mozconfig_use_enable !bindist official-branding @@ -254,7 +257,6 @@ mozconfig_config() { mozconfig_annotate '' --disable-crashreporter mozconfig_annotate 'Gentoo default' --with-system-png mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --with-intl-api