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 4BDD8138334 for ; Sun, 17 Mar 2019 23:13:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD87E0903; Sun, 17 Mar 2019 23:13:44 +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 35780E0903 for ; Sun, 17 Mar 2019 23:13:44 +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 C1B59335D40 for ; Sun, 17 Mar 2019 23:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3875F569 for ; Sun, 17 Mar 2019 23:13:41 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1552864313.e830783b4b45b99bb33d15ee1f680f24765a3bf2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ia64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/ia64/make.defaults X-VCS-Directories: profiles/default/linux/ia64/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e830783b4b45b99bb33d15ee1f680f24765a3bf2 X-VCS-Branch: master Date: Sun, 17 Mar 2019 23:13:41 +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: 51dc559f-d15f-4499-bef0-9e94fb6780a2 X-Archives-Hash: f5f816b23c4265dfd30bc79b43b50c52 commit: e830783b4b45b99bb33d15ee1f680f24765a3bf2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 17 23:11:53 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 17 23:11:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e830783b default/linux/ia64: re-enable -Wl,--as-needed bu default, bug #541828 sys-devel/binutils:2.30 is stable for about 6 months. Let's enable it for everyone. Bug: https://bugs.gentoo.org/541828 Signed-off-by: Sergei Trofimovich gentoo.org> profiles/default/linux/ia64/make.defaults | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/default/linux/ia64/make.defaults b/profiles/default/linux/ia64/make.defaults deleted file mode 100644 index f6814450340..00000000000 --- a/profiles/default/linux/ia64/make.defaults +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Disable as-needed by default until #541828 is fixed. -# (The as-needed flag is added in default/linux/.) -LDFLAGS="-Wl,-O1"