Enable new amd64 subarches
authorRaúl Porcel <armin76@gentoo.org>
Sat, 5 Feb 2011 18:26:57 +0000 (18:26 +0000)
committerRaúl Porcel <armin76@gentoo.org>
Sat, 5 Feb 2011 18:26:57 +0000 (18:26 +0000)
ChangeLog
arch/amd64.py

index 72cc34640397f2a2db9fbb187b5ab9e8e46422b6..52780853728ed588d5ec5b68c510b9efd25fb9f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
 # ChangeLog for catalyst
-# Copyright 1999-2010 Gentoo Foundation; 2008-2010 Various authors (see AUTHORS)
+# Copyright 1999-2011 Gentoo Foundation; 2008-2010 Various authors (see AUTHORS)
 # Distributed under the GPL v2
 # $Id$
 
+  05 Feb 2011; Raúl Porcel <armin76@gentoo.org> arch/amd64.py, catalyst:
+  Enable new amd64 subarches
+
   01 Nov 2010; Raúl Porcel <armin76@gentoo.org> catalyst:
   This is catalyst 2.0.6.913
 
index 868760ee16c5847bbdaff3a817b197424691b5da..aaf587adb493d91bf62be1a4812578f0db02b296 100644 (file)
@@ -63,12 +63,11 @@ def register():
                "athlon64"      : arch_k8,
                "athlonfx"      : arch_k8,
                "nocona"        : arch_nocona,
-# uncomment when gcc 4.3 is stable and delete this line
-#              "core2"         : arch_core2,
-#              "k8-sse3"       : arch_k8_sse3,
-#              "opteron-sse3"  : arch_k8_sse3,
-#              "athlon64-sse3" : arch_k8_sse3,
-#              "amdfam10"      : arch_amdfam10,
-#              "barcelona"     : arch_amdfam10
+               "core2"         : arch_core2,
+               "k8-sse3"       : arch_k8_sse3,
+               "opteron-sse3"  : arch_k8_sse3,
+               "athlon64-sse3" : arch_k8_sse3,
+               "amdfam10"      : arch_amdfam10,
+               "barcelona"     : arch_amdfam10
        }, ("x86_64","amd64","nocona"))