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

index e6facb208dbfb5d94921218b3ce65496b731a5fd..2e0f47b1bd65879704dc7fcdc1cffde774122533 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
 # ChangeLog for catalyst
-# Copyright 1999-2010 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
+# Copyright 1999-2011 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
 # Distributed under the GPL v2
 # $Id$
 
+  05 Feb 2011; Raúl Porcel <armin76@gentoo.org>
+  modules/catalyst/arch/amd64.py:
+  Enable new amd64 subarches
+
   01 Nov 2010; Raúl Porcel <armin76@gentoo.org>
   modules/catalyst/arch/mips.py:
   Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot
index c6e0018214cc0607f2d8b0cea8f5ed23e63c6684..bab57d3b3596dd5d41abdb36d54c6dab1a63b400 100644 (file)
@@ -61,13 +61,12 @@ _subarch_map = {
        "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
 }
 
 _machine_map = ("x86_64","amd64","nocona")