From da5a9e705d36fcb7cad63a0d8457f21b45a49873 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ra=C3=BAl=20Porcel?= Date: Sat, 5 Feb 2011 18:26:57 +0000 Subject: [PATCH] Enable new amd64 subarches --- ChangeLog | 5 ++++- arch/amd64.py | 13 ++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72cc3464..52780853 100644 --- 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 arch/amd64.py, catalyst: + Enable new amd64 subarches + 01 Nov 2010; Raúl Porcel catalyst: This is catalyst 2.0.6.913 diff --git a/arch/amd64.py b/arch/amd64.py index 868760ee..aaf587ad 100644 --- a/arch/amd64.py +++ b/arch/amd64.py @@ -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")) -- 2.26.2