dev-lang/perl: Remove obsolete ppc workarounds
authorMatt Turner <mattst88@gentoo.org>
Sat, 7 Sep 2019 21:40:15 +0000 (14:40 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 9 Sep 2019 23:24:01 +0000 (16:24 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-lang/perl/perl-5.30.0.ebuild

index 8f0c0cb48d1fad339cbcbdf42c04a366c6aeae91..93162c03bafaae465e65884c41e39e8a235e8f78 100644 (file)
@@ -357,9 +357,6 @@ src_configure() {
        export LC_ALL="C"
        [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091
 
-       # some arches and -O do not mix :)
-       use ppc && replace-flags -O? -O1
-
        # Perl has problems compiling with -Os in your flags with glibc
        use elibc_uclibc || replace-flags "-Os" "-O2"
 
@@ -372,9 +369,6 @@ src_configure() {
        # This flag makes compiling crash in interesting ways
        filter-flags "-malign-double"
 
-       # Fixes bug #97645
-       use ppc && filter-flags "-mpowerpc-gpopt"
-
        # Fixes bug #143895 on gcc-4.1.1
        filter-flags "-fsched2-use-superblocks"