diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-27 18:58:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-27 18:58:04 +0000 |
commit | d6b2f882eaea02bc9f77e78c48d0ae939627b280 (patch) | |
tree | ea12fe655f235a6267d3eeafaaa578f81c624f8f /eclass/mozcoreconf-2.eclass | |
parent | Remove old. (diff) | |
download | gentoo-2-d6b2f882eaea02bc9f77e78c48d0ae939627b280.tar.gz gentoo-2-d6b2f882eaea02bc9f77e78c48d0ae939627b280.tar.bz2 gentoo-2-d6b2f882eaea02bc9f77e78c48d0ae939627b280.zip |
We don't support sparc32 anymore, so this isn't needed
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index 3a9514f11798..425f11041ca6 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.14 2010/01/24 19:08:31 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.15 2010/01/27 18:58:04 armin76 Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -139,11 +139,6 @@ mozconfig_init() { fi ;; - sparc) - # Sparc support ... - replace-sparc64-flags - ;; - x86) if [[ $(gcc-major-version) -eq 3 ]]; then # gcc-3 prior to 3.2.3 doesn't work well for pentium4 |