summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-03-31 18:48:44 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-03-31 18:48:44 +0000
commit9dd3ae9c5bbd8cdd7d37535fc9688d8565ca5f98 (patch)
tree634d49375d2d607e1e29dbee0845f629a69c08eb /sys-devel/libperl
parentalpha/ia64/sparc stable wrt #283031 (diff)
downloadgentoo-2-9dd3ae9c5bbd8cdd7d37535fc9688d8565ca5f98.tar.gz
gentoo-2-9dd3ae9c5bbd8cdd7d37535fc9688d8565ca5f98.tar.bz2
gentoo-2-9dd3ae9c5bbd8cdd7d37535fc9688d8565ca5f98.zip
Drop -O1 on arm/ia64 as it works fine
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'sys-devel/libperl')
-rw-r--r--sys-devel/libperl/ChangeLog5
-rw-r--r--sys-devel/libperl/libperl-5.8.8-r2.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog
index 748b4ab7d82c..bcc48a2e0f0e 100644
--- a/sys-devel/libperl/ChangeLog
+++ b/sys-devel/libperl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/libperl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.152 2010/03/14 15:50:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.153 2010/03/31 18:48:44 armin76 Exp $
+
+ 31 Mar 2010; Raúl Porcel <armin76@gentoo.org> libperl-5.8.8-r2.ebuild:
+ Drop -O1 on arm/ia64 as it works fine
14 Mar 2010; Alexis Ballier <aballier@gentoo.org> libperl-5.10.1.ebuild:
keyword ~x86-fbsd
diff --git a/sys-devel/libperl/libperl-5.8.8-r2.ebuild b/sys-devel/libperl/libperl-5.8.8-r2.ebuild
index 1b63b094c81c..e4a41bacfaa9 100644
--- a/sys-devel/libperl/libperl-5.8.8-r2.ebuild
+++ b/sys-devel/libperl/libperl-5.8.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.13 2010/02/03 00:15:25 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.14 2010/03/31 18:48:44 armin76 Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -168,9 +168,7 @@ src_compile() {
# Perl has problems compiling with -Os in your flags
# some arches and -O do not mix :)
- use arm && replace-flags -O? -O1
use ppc && replace-flags -O? -O1
- use ia64 && replace-flags -O? -O1
# Perl has problems compiling with -Os in your flags with glibc
use elibc_uclibc || replace-flags "-Os" "-O2"
( gcc-specs-ssp && use ia64 ) && append-flags -fno-stack-protector