git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1215
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ modules/generic_stage_target.py:
+ Added another fix from Andrew Gaffney <agaffney@gentoo.org> from bug
+ #166294. This one should fix the HPPA/PPC architectures.
+
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/chroot-functions.sh:
Added patch from Andrew Gaffney <agaffney@gentoo.org> for bug #166420 to
"s390" : "s390",
"ppc" : "ppc",
"ppc64" : "ppc64",
- "powerpc" : "powerpc",
- "powerpc64" : "powerpc64",
- "parisc" : "parisc",
- "parisc64" : "parisc",
+ "powerpc" : "ppc",
+ "powerpc64" : "ppc64",
+ "parisc" : "hppa",
+ "parisc64" : "hppa",
"hppa" : "hppa",
"hppa64" : "hppa",
"mips" : "mips",
"armeb" : "arm",
"armv5b" : "arm"
}
-
+
if self.settings.has_key("chost"):
hostmachine = self.settings["chost"].split("-")[0]
if not machinemap.has_key(hostmachine):