summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-08-26 18:30:13 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-08-26 20:55:39 +0100
commit7705e8fc23d44a85abcc8c59c6aec6c9e8eaab8e (patch)
treeedc81918a7e27e7efef72ab6665335cd6ab05f43 /eclass
parentmedia-gfx/gimp: 2.9.6 (bug #628904) (diff)
downloadgentoo-7705e8fc23d44a85abcc8c59c6aec6c9e8eaab8e.tar.gz
gentoo-7705e8fc23d44a85abcc8c59c6aec6c9e8eaab8e.tar.bz2
gentoo-7705e8fc23d44a85abcc8c59c6aec6c9e8eaab8e.zip
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@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-glibc.eclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass
index af516d85d8d6..18c1e2f0a838 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"