diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-08-26 18:30:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-08-26 20:55:39 +0100 |
commit | 7705e8fc23d44a85abcc8c59c6aec6c9e8eaab8e (patch) | |
tree | edc81918a7e27e7efef72ab6665335cd6ab05f43 /eclass | |
parent | media-gfx/gimp: 2.9.6 (bug #628904) (diff) | |
download | gentoo-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.eclass | 3 |
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" |