summaryrefslogtreecommitdiff
path: root/eclass
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
commitff00149ff2d47f71dd61af53ea11090d86b3faea (patch)
tree3aa8174abc00ef0c28fea665d6b58ddb247ac679 /eclass
parentadded ~amd64 to x11-misc/xdialog-2.1.1 (#63023) (diff)
downloadhistorical-ff00149ff2d47f71dd61af53ea11090d86b3faea.tar.gz
historical-ff00149ff2d47f71dd61af53ea11090d86b3faea.tar.bz2
historical-ff00149ff2d47f71dd61af53ea11090d86b3faea.zip
ppc related change
Diffstat (limited to '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