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 827D4138334 for ; Sun, 28 Apr 2019 17:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 355A1E088A; Sun, 28 Apr 2019 17:40:46 +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 1ADAFE088A for ; Sun, 28 Apr 2019 17:40:45 +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 96403342BA7 for ; Sun, 28 Apr 2019 17:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F64D59F for ; Sun, 28 Apr 2019 17:40:43 +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: <1556473199.3600c22edb7421c549984102b2ca86dbdc31559b.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/mozconfig-v6.60.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 3600c22edb7421c549984102b2ca86dbdc31559b X-VCS-Branch: master Date: Sun, 28 Apr 2019 17:40:43 +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: 4c340146-268e-44cd-9d6e-386e4511a8ab X-Archives-Hash: 26b11922aa45bde8ed2f78ef45b857bc commit: 3600c22edb7421c549984102b2ca86dbdc31559b Author: stefson yahoo de> AuthorDate: Sun Apr 28 16:43:14 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Apr 28 17:39:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3600c22e www-client/firefox: reenable elf-hack for arm Signed-off-by: Steffen Kuhn yandex.com> Signed-off-by: Jory Pratt gentoo.org> eclass/mozconfig-v6.60.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index 89c4a71fb10..2a6e0e07bb6 100644 --- a/eclass/mozconfig-v6.60.eclass +++ b/eclass/mozconfig-v6.60.eclass @@ -361,8 +361,6 @@ mozconfig_config() { if use clang ; then # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822 mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack - elif use arm ; then - mozconfig_annotate 'elf-hack is broken on arm' --disable-elf-hack fi # Modifications to better support ARM, bug 553364