diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2003-01-10 23:06:38 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2003-01-10 23:06:38 +0000 |
commit | 0df8c288b9dd30c9df607f92362ad760e8bb37e1 (patch) | |
tree | 63e0640c6fcfa7b1353e155e06b4b57e16ce1c35 /net-www | |
parent | Changed sparc-sources-2.4.20-r2.ebuild keywords from ~sparc to sparc (diff) | |
download | gentoo-2-0df8c288b9dd30c9df607f92362ad760e8bb37e1.tar.gz gentoo-2-0df8c288b9dd30c9df607f92362ad760e8bb37e1.tar.bz2 gentoo-2-0df8c288b9dd30c9df607f92362ad760e8bb37e1.zip |
fixed replace-flags for sparc
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/mozilla-1.2.1-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mozilla/mozilla-1.2.1-r4.ebuild b/net-www/mozilla/mozilla-1.2.1-r4.ebuild index 75806ac1513f..48ff22d3edb8 100644 --- a/net-www/mozilla/mozilla-1.2.1-r4.ebuild +++ b/net-www/mozilla/mozilla-1.2.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r4.ebuild,v 1.3 2003/01/09 12:45:34 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r4.ebuild,v 1.4 2003/01/10 23:06:38 jmorgan Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome" # Internal USE flags that I do not really want to advertise ... @@ -13,8 +13,8 @@ inherit flag-o-matic gcc makeedit eutils nsplugins filter-flags "-fomit-frame-pointer" # Sparc support ... -replace-flags "-mcpu=ultrasparc" "-mcpu=v8 -mtune=v9 -O2 -pipe" -replace-flags "-mcpu=v9" "-mcpu=v8 -mtune=v9 -o2 -pipe" +replace-flags "-mcpu=ultrasparc" "-mcpu=v8 -mtune=v9" +replace-flags "-mcpu=v9" "-mcpu=v8 -mtune=v9" # Recently there has been a lot of stability problem in Gentoo-land. Many # things can be the cause to this, but I believe that it is due to gcc3 |