
vapier at gentoo
Nov 24, 2011, 10:35 PM
Views: 419
Permalink
|
On Thursday 24 November 2011 08:13:02 Joakim Tjernlund wrote: > I want to build cross powerpc gcc which supports both soft and hard float > and a its supporting libs(glibc etc.) using crossdev. > > searched a while on the net but I can't make out if crossdev supports this > and how to do it so: > - is it possible? > - how do I do it? the latest crossdev should support the --abis flag for specifying all the ABI's you want built. but for ABI's portage doesn't know about, you'll probably have to add a bit more plumbing to multilib.eclass. -mike
|