Enabled G5 optimizations (experimental)
authorPieter van den Abeele <pvdabeel@gentoo.org>
Tue, 9 Mar 2004 16:35:41 +0000 (16:35 +0000)
committerPieter van den Abeele <pvdabeel@gentoo.org>
Tue, 9 Mar 2004 16:35:41 +0000 (16:35 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@309 d1e1f19c-881f-0410-ab34-b69fee027534

arch/ppc.py

index 46c0f154e265409d9d10d746887983341fc53638..d93a1b44d2265b9943335e9ae9fee9d333f72e84 100644 (file)
@@ -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})