From d6b2f882eaea02bc9f77e78c48d0ae939627b280 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Wed, 27 Jan 2010 18:58:04 +0000 Subject: We don't support sparc32 anymore, so this isn't needed --- eclass/mozcoreconf-2.eclass | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad