Changing default CHOST for x86 from i386-pc-linux to i686-pc-linux. For discussion...
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 12 Sep 2005 17:17:21 +0000 (17:17 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 12 Sep 2005 17:17:21 +0000 (17:17 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@837 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
arch/x86.py

index 37365c26c0df896377424ea6cd98b35dae9aaca5..a01fe51a1c147f023b05ee5918353ad84175fd37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.329 2005/09/12 15:31:56 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.330 2005/09/12 17:17:21 wolf31o2 Exp $
+
+  12 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
+  Changing default CHOST for x86 from i386-pc-linux to i686-pc-linux. For
+  discussion, see bug #88777.
 
   12 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS, +arch/sh.py,
   modules/generic_stage_target.py:
index de321527f95908b6e0831b23063513fb0597c132..39071f7e2a702bcc482ed294726c4696744cfdf3 100644 (file)
@@ -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.18 2005/09/06 21:37:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.19 2005/09/12 17:17:21 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
@@ -22,7 +22,7 @@ class arch_x86(generic_x86):
        def __init__(self,myspec):
                generic_x86.__init__(self,myspec)
                self.settings["CFLAGS"]="-O2 -mcpu=i686"
-               self.settings["CHOST"]="i386-pc-linux-gnu"
+               self.settings["CHOST"]="i686-pc-linux-gnu"
 
 class arch_i386(generic_x86):
        def __init__(self,myspec):