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 C05AE1382C5 for ; Sat, 9 Jan 2021 14:04:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AD16E0841; Sat, 9 Jan 2021 14:04:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 80F7CE0841 for ; Sat, 9 Jan 2021 14:04:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E8DF7341053 for ; Sat, 9 Jan 2021 14:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D2548D for ; Sat, 9 Jan 2021 14:04:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1610201028.3feb74e8603c7cfaed061271809d4df23fd35579.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-84.0.2.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3feb74e8603c7cfaed061271809d4df23fd35579 X-VCS-Branch: master Date: Sat, 9 Jan 2021 14:04:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78f43d83-cf2b-4ee8-aff8-533f2055a9c6 X-Archives-Hash: 4f0d622487679e658839849f2428be5d commit: 3feb74e8603c7cfaed061271809d4df23fd35579 Author: Joonas Niilola gentoo org> AuthorDate: Sat Jan 9 14:02:55 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Jan 9 14:03:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3feb74e8 www-client/firefox: force bfd linker for gcc+lto on 84.0.2 Closes: https://bugs.gentoo.org/764590 Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-84.0.2.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/www-client/firefox/firefox-84.0.2.ebuild b/www-client/firefox/firefox-84.0.2.ebuild index c27eebd9409..2331b99cccc 100644 --- a/www-client/firefox/firefox-84.0.2.ebuild +++ b/www-client/firefox/firefox-84.0.2.ebuild @@ -66,9 +66,7 @@ IUSE="+clang cpu_flags_arm_neon dbus debug eme-free geckodriver +gmp-autoupdate +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx +system-webp wayland wifi" -# gcc+lto is broken again, bgo#764590 REQUIRED_USE="debug? ( !system-av1 ) - lto? ( clang ) screencast? ( wayland )" BDEPEND="${PYTHON_DEPS} @@ -104,9 +102,6 @@ BDEPEND="${PYTHON_DEPS} ) ) ) - lto? ( - !clang? ( sys-devel/binutils[gold] ) - ) amd64? ( >=dev-lang/yasm-1.1 ) x86? ( >=dev-lang/yasm-1.1 ) !system-av1? ( @@ -666,9 +661,6 @@ src_configure() { mozconfig_add_options_ac '+lto' --enable-lto=cross else - # Linking only works when using ld.gold when LTO is enabled - mozconfig_add_options_ac "forcing ld=gold due to USE=lto" --enable-linker=gold - # ThinLTO is currently broken, see bmo#1644409 mozconfig_add_options_ac '+lto' --enable-lto=full fi @@ -686,8 +678,6 @@ src_configure() { if use clang ; then # This is upstream's default mozconfig_add_options_ac "forcing ld=lld due to USE=clang" --enable-linker=lld - elif tc-ld-is-gold ; then - mozconfig_add_options_ac "linker is set to gold" --enable-linker=gold else mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd fi