summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2013-04-20 04:12:00 +0000
committerRyan Hill <dirtyepic@gentoo.org>2013-04-20 04:12:00 +0000
commitd04ab50d55c3e0cf3c01b083b62a46eb83bba6b2 (patch)
treea269aebe6a64524bd3d4c41b14d7e5b9f1183c36 /eclass
parentBump (diff)
downloadgentoo-2-d04ab50d55c3e0cf3c01b083b62a46eb83bba6b2.tar.gz
gentoo-2-d04ab50d55c3e0cf3c01b083b62a46eb83bba6b2.tar.bz2
gentoo-2-d04ab50d55c3e0cf3c01b083b62a46eb83bba6b2.zip
Extend workaround for bug #411333 to Via C3-2 processors (bug #466454 by Andrew Church).
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index e8b72c9a85e4..37dad99e9197 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.583 2013/04/17 02:31:58 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.584 2013/04/20 04:12:00 dirtyepic Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1413,7 +1413,8 @@ gcc_do_filter_flags() {
case ${GCC_BRANCH_VER} in
4.6)
# https://bugs.gentoo.org/411333
- replace-cpu-flags pentium2 pentium3 pentium3m pentium-m i686
+ # https://bugs.gentoo.org/466454
+ replace-cpu-flags c3-2 pentium2 pentium3 pentium3m pentium-m i686
;;
esac