summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-09-07 17:08:11 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-09-07 17:08:11 +0000
commite18c7e9f68fe1a8b42a52f71241224dfd3d7fcc3 (patch)
tree9ce0c45edc330c528eefefa09aebf1403a0c099d /eclass/toolchain.eclass
parentadded ~amd64 to x11-misc/xdialog-2.1.1 (#63023) (Manifest recommit) (diff)
downloadgentoo-2-e18c7e9f68fe1a8b42a52f71241224dfd3d7fcc3.tar.gz
gentoo-2-e18c7e9f68fe1a8b42a52f71241224dfd3d7fcc3.tar.bz2
gentoo-2-e18c7e9f68fe1a8b42a52f71241224dfd3d7fcc3.zip
ppc related change
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index f93215584c2a..45fa683a3528 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.5 2004/09/06 14:55:06 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.6 2004/09/07 17:08:11 lu_zero Exp $
#
# This eclass should contain general toolchain-related functions that are
# expected to not change, or change much.
@@ -627,7 +627,7 @@ gcc_do_configure() {
# default arch support
use sparc && confgcc="${confgcc} --with-cpu=v7"
- use ppc && confgcc="${confgcc} --with-cpu=default32"
+ use ppc && confgcc="${confgcc} --with-cpu=common"
# Nothing wrong with a good dose of verbosity
echo