diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-17 23:11:53 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-17 23:11:53 +0000 |
commit | e830783b4b45b99bb33d15ee1f680f24765a3bf2 (patch) | |
tree | ab9a71c3e3b74e1753e3f8ee17e353a494263ec1 /profiles/default/linux/ia64 | |
parent | www-client/chromium: amd64 stable wrt bug #680242 (diff) | |
download | gentoo-e830783b4b45b99bb33d15ee1f680f24765a3bf2.tar.gz gentoo-e830783b4b45b99bb33d15ee1f680f24765a3bf2.tar.bz2 gentoo-e830783b4b45b99bb33d15ee1f680f24765a3bf2.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/default/linux/ia64')
-rw-r--r-- | profiles/default/linux/ia64/make.defaults | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/default/linux/ia64/make.defaults b/profiles/default/linux/ia64/make.defaults deleted file mode 100644 index f68144503406..000000000000 --- 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" |