On 21 Sep 2015 13:15, Anthony G. Basile wrote: > On 9/21/15 10:02 AM, Rick "Zero_Chaos" Farina wrote: > > On 09/21/2015 08:38 AM, Leno Hou wrote: > >> + self.settings["CHOST"]="powerpc64le-linux-gnu" > > The CHOST is incorrect. It should powerpc64le-unknown-linux-gnu. Leno, > can you please try to switch it to that and do another catalyst run. > You can begin with your current stage3 with the above CHOST and it > should work out correctly to the new CHOST name. In another place you > said there is no compiler "powerpc64le-unknown-linux-gnu" but that makes > no sense. The tuple is parsed by gnuconfig script and it should work > like all other CHOST names we have in gentoo. powerpc64le-linux-gnu is a valid tuple (vendor can generally be omitted), but in Gentoo we do use "unknown" for our ppc ports. so do as Anthony says ;). -mike