From 4937ed7273d55e3a5e829fc0b27891b83648debd Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 6 Sep 2005 21:37:05 +0000 Subject: [PATCH] Changed pentium-mmx to use -march=pentium-mmx and closing bug #102366. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@831 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 5 ++++- arch/x86.py | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 900742df..2dd00c77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.323 2005/09/01 15:00:56 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.324 2005/09/06 21:37:05 wolf31o2 Exp $ + + 06 Sep 2005; Chris Gianelloni arch/x86.py: + Changed pentium-mmx to use -march=pentium-mmx and closing bug #102366. 01 Sep 2005; Chris Gianelloni modules/generic_stage_target.py: diff --git a/arch/x86.py b/arch/x86.py index af7cd301..de321527 100644 --- a/arch/x86.py +++ b/arch/x86.py @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.17 2005/08/30 14:06:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.18 2005/09/06 21:37:05 wolf31o2 Exp $ import builder,os from catalyst_support import * @@ -45,6 +45,7 @@ class arch_i586(generic_x86): class arch_pentium_mmx(arch_i586): def __init__(self,myspec): arch_i586.__init__(self,myspec) + self.settings["CFLAGS"]="-O2 -march=pentium-mmx" self.settings["HOSTUSE"]=["mmx"] class arch_i686(generic_x86): -- 2.26.2