From: Pieter van den Abeele Date: Tue, 9 Mar 2004 16:35:41 +0000 (+0000) Subject: Enabled G5 optimizations (experimental) X-Git-Tag: CATALYST_2_0_6_916~1064 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da01d68739130208182d75f8d6ed94c91700d7f6;p=catalyst.git Enabled G5 optimizations (experimental) git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@309 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/arch/ppc.py b/arch/ppc.py index 46c0f154..d93a1b44 100644 --- a/arch/ppc.py +++ b/arch/ppc.py @@ -46,5 +46,5 @@ class arch_g5(generic_ppc): def register(foo): "Inform main catalyst program of the contents of this plugin." #power/ppc can't be used as a subarch name as it has a "/" in it and is used in filenames - foo.update({"ppc":arch_ppc,"power-ppc":arch_power_ppc,"g3":arch_g3,"g4":arch_g4}) + foo.update({"ppc":arch_ppc,"power-ppc":arch_power_ppc,"g3":arch_g3,"g4":arch_g4,"g5":arch_g5})