summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-04-06 03:02:41 +0000
committerChristian Birchinger <joker@gentoo.org>2003-04-06 03:02:41 +0000
commit083c8d082180afffbaab7a2480c23c1b87a5a3b3 (patch)
tree26ae39cdb6b976cd3de7da8061e2307cab1a179c /net-www/mozilla
parentNew version with a very minor sparc32 kgcc detect update (no kernel-source ch... (diff)
downloadgentoo-2-083c8d082180afffbaab7a2480c23c1b87a5a3b3.tar.gz
gentoo-2-083c8d082180afffbaab7a2480c23c1b87a5a3b3.tar.bz2
gentoo-2-083c8d082180afffbaab7a2480c23c1b87a5a3b3.zip
Changed replace-flags for sparc
Diffstat (limited to 'net-www/mozilla')
-rw-r--r--net-www/mozilla/mozilla-1.2.1-r5.ebuild6
-rw-r--r--net-www/mozilla/mozilla-1.3-r1.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/net-www/mozilla/mozilla-1.2.1-r5.ebuild b/net-www/mozilla/mozilla-1.2.1-r5.ebuild
index d2ca389cea2a..35c5c0b2ab60 100644
--- a/net-www/mozilla/mozilla-1.2.1-r5.ebuild
+++ b/net-www/mozilla/mozilla-1.2.1-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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-r5.ebuild,v 1.7 2003/03/30 20:23:30 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r5.ebuild,v 1.8 2003/04/06 03:02:41 joker 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"
-replace-flags "-mcpu=v9" "-mcpu=v8"
+replace-flags "-mcpu=ultrasparc" "-mcpu=v8 -mtune=ultrasparc"
+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
diff --git a/net-www/mozilla/mozilla-1.3-r1.ebuild b/net-www/mozilla/mozilla-1.3-r1.ebuild
index 80b6c2f1274e..fea8786e3aa0 100644
--- a/net-www/mozilla/mozilla-1.3-r1.ebuild
+++ b/net-www/mozilla/mozilla-1.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.3-r1.ebuild,v 1.2 2003/03/30 20:23:30 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.3-r1.ebuild,v 1.3 2003/04/06 03:02:41 joker 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 eutils nsplugins
filter-flags "-fomit-frame-pointer"
# Sparc support ...
-replace-flags "-mcpu=ultrasparc" "-mcpu=v8"
-replace-flags "-mcpu=v9" "-mcpu=v8"
+replace-flags "-mcpu=ultrasparc" "-mcpu=v8 -mtune=ultrasparc"
+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