* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ia64/
@ 2016-03-21 5:53 Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2016-03-21 5:53 UTC (permalink / raw
To: gentoo-commits
commit: 36715fd670f14ee3be2522b724f57682e49fafee
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 05:53:04 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 05:53:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36715fd6
profiles: ia64: workaround --as-needed crashes in ld #541828
profiles/default/linux/ia64/make.defaults | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/profiles/default/linux/ia64/make.defaults b/profiles/default/linux/ia64/make.defaults
new file mode 100644
index 0000000..ade00e4
--- /dev/null
+++ b/profiles/default/linux/ia64/make.defaults
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Disable as-needed by default until #541828 is fixed.
+# (The as-needed flag is added in default/linux/.)
+LDFLAGS="-Wl,-O1"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ia64/
@ 2019-03-17 23:13 Sergei Trofimovich
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2019-03-17 23:13 UTC (permalink / raw
To: gentoo-commits
commit: e830783b4b45b99bb33d15ee1f680f24765a3bf2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 23:11:53 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-17 23:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 5:53 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ia64/ Mike Frysinger
-- strict thread matches above, loose matches on Subject: below --
2019-03-17 23:13 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox