diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-31 18:49:57 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-31 18:49:57 +0000 |
commit | 0fec1fd24ba0a60188feec7ab961f974edf7b0c3 (patch) | |
tree | bb94478017971ef8e7d10f0657efe2214f99f7a2 /dev-lang/perl/perl-5.10.1.ebuild | |
parent | Remove myself from metadata, add maintainer-needed. (diff) | |
download | gentoo-2-0fec1fd24ba0a60188feec7ab961f974edf7b0c3.tar.gz gentoo-2-0fec1fd24ba0a60188feec7ab961f974edf7b0c3.tar.bz2 gentoo-2-0fec1fd24ba0a60188feec7ab961f974edf7b0c3.zip |
Drop -O1 on arm/ia64 as it works fine
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'dev-lang/perl/perl-5.10.1.ebuild')
-rw-r--r-- | dev-lang/perl/perl-5.10.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lang/perl/perl-5.10.1.ebuild b/dev-lang/perl/perl-5.10.1.ebuild index 649105a649f5..6cc7f62d1049 100644 --- a/dev-lang/perl/perl-5.10.1.ebuild +++ b/dev-lang/perl/perl-5.10.1.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/dev-lang/perl/perl-5.10.1.ebuild,v 1.20 2010/03/14 15:51:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild,v 1.21 2010/03/31 18:49:57 armin76 Exp $ EAPI=2 @@ -107,9 +107,7 @@ src_configure() { declare -a myconf # 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" # This flag makes compiling crash in interesting ways |