public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: arch/
Date: Fri, 27 Jan 2012 16:02:48 +0000 (UTC)	[thread overview]
Message-ID: <8f879050d2029758c2f0536d41fccbd422c8c020.mattst88@gentoo> (raw)

commit:     8f879050d2029758c2f0536d41fccbd422c8c020
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Fri Jan 27 16:00:24 2012 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Fri Jan 27 16:02:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=8f879050

amd64.py: define CHOST for nocona and core2

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=400829

---
 arch/amd64.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/amd64.py b/arch/amd64.py
index aaf587a..1697483 100644
--- a/arch/amd64.py
+++ b/arch/amd64.py
@@ -20,6 +20,7 @@ class arch_nocona(generic_amd64):
 	def __init__(self,myspec):
 		generic_amd64.__init__(self,myspec)
 		self.settings["CFLAGS"]="-O2 -march=nocona -pipe"
+		self.settings["CHOST"]="x86_64-pc-linux-gnu"
 		self.settings["HOSTUSE"]=["mmx","sse","sse2"]
 
 # Requires gcc 4.3 to use this class
@@ -28,6 +29,7 @@ class arch_core2(generic_amd64):
 	def __init__(self,myspec):
 		generic_amd64.__init__(self,myspec)
 		self.settings["CFLAGS"]="-O2 -march=core2 -pipe"
+		self.settings["CHOST"]="x86_64-pc-linux-gnu"
 		self.settings["HOSTUSE"]=["mmx","sse","sse2","ssse3"]
 
 class arch_k8(generic_amd64):



             reply	other threads:[~2012-01-27 16:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-27 16:02 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-17 18:36 [gentoo-commits] proj/catalyst:catalyst_2 commit in: arch/ Matt Turner
2012-03-17 18:36 Matt Turner
2012-03-17 18:36 Matt Turner
2011-10-17  2:29 Matt Turner
2011-10-17  2:29 Matt Turner
2011-09-03  1:20 Matt Turner
2011-08-21 23:23 Matt Turner
2011-08-17  4:23 Matt Turner
2011-08-17  4:23 Matt Turner
2011-08-17  4:23 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-16 21:17 Matt Turner
2011-06-28  2:54 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8f879050d2029758c2f0536d41fccbd422c8c020.mattst88@gentoo \
    --to=mattst88@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox