Re: PPC64 kernel build toolchain?
> Mucking with the environment variables as you suggest fixed my problem.
> Thanks! I have now compiled a PPC 64 kernel, but sadly do not have a G5
> to try it on. :(
Unfortunately I cant help you there :)
> I noticed gcc uses the -m64 option when compiling the 64 bit things. When
> no -mXY is given does gcc default to -m32? I suppose I could find the
> answer in the docs somewhere.
With a biarch toolchain you have the choice of the default when
configuring gcc. To make the default 32bit, use:
--with-cpu=default32
Anton
Reply to: