commit: 7705e8fc23d44a85abcc8c59c6aec6c9e8eaab8e
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 17:30:13 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 19:55:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7705e8fc
toolchain-glibc.eclass: remove special-casing of -freorder-blocks on ARCH=ppc
-freorder-blocks is enabled by default on -O and upper.
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
eclass/toolchain-glibc.eclass | 3 ---
1 file changed, 3 deletions(-)
diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass
index af516d85d8d..18c1e2f0a83 100644
--- a/eclass/toolchain-glibc.eclass
+++ b/eclass/toolchain-glibc.eclass
@@ -120,9 +120,6 @@ setup_target_flags() {
# The mips abi cannot support the GNU style hashes.
#233233
filter-ldflags -Wl,--hash-style=gnu
-Wl,--hash-style=both
;;
- ppc)
- append-flags "-freorder-blocks"
- ;;
sparc)
# Both sparc and sparc64 can use -fcall-used-g6. -g7
is bad, though.
filter-flags "-fcall-used-g7"