Gentoo Archives: gentoo-commits

From: "Raúl Porcel" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: /, modules/catalyst/arch/
Date: Sat, 05 Feb 2011 18:44:16
Message-Id: 2a6629d9971dba08f2b96537c72d231e91106b4c.armin76@gentoo
1 commit: 2a6629d9971dba08f2b96537c72d231e91106b4c
2 Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 18:27:51 2011 +0000
4 Commit: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 18:27:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=2a6629d9
7
8 Enable new amd64 subarches
9
10 ---
11 ChangeLog | 6 +++++-
12 modules/catalyst/arch/amd64.py | 13 ++++++-------
13 2 files changed, 11 insertions(+), 8 deletions(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index e6facb2..2e0f47b 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -1,8 +1,12 @@
20 # ChangeLog for catalyst
21 -# Copyright 1999-2010 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
22 +# Copyright 1999-2011 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
23 # Distributed under the GPL v2
24 # $Id$
25
26 + 05 Feb 2011; Raúl Porcel <armin76@g.o>
27 + modules/catalyst/arch/amd64.py:
28 + Enable new amd64 subarches
29 +
30 01 Nov 2010; Raúl Porcel <armin76@g.o>
31 modules/catalyst/arch/mips.py:
32 Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot
33
34 diff --git a/modules/catalyst/arch/amd64.py b/modules/catalyst/arch/amd64.py
35 index c6e0018..bab57d3 100644
36 --- a/modules/catalyst/arch/amd64.py
37 +++ b/modules/catalyst/arch/amd64.py
38 @@ -61,13 +61,12 @@ _subarch_map = {
39 "athlon64" : arch_k8,
40 "athlonfx" : arch_k8,
41 "nocona" : arch_nocona,
42 -# uncomment when gcc 4.3 is stable and delete this line
43 -# "core2" : arch_core2,
44 -# "k8-sse3" : arch_k8_sse3,
45 -# "opteron-sse3" : arch_k8_sse3,
46 -# "athlon64-sse3" : arch_k8_sse3,
47 -# "amdfam10" : arch_amdfam10,
48 -# "barcelona" : arch_amdfam10
49 + "core2" : arch_core2,
50 + "k8-sse3" : arch_k8_sse3,
51 + "opteron-sse3" : arch_k8_sse3,
52 + "athlon64-sse3" : arch_k8_sse3,
53 + "amdfam10" : arch_amdfam10,
54 + "barcelona" : arch_amdfam10
55 }
56
57 _machine_map = ("x86_64","amd64","nocona")