# 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
"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")