Gentoo Archives: gentoo-commits

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