View Single Post
  #4 (permalink)  
Old 23-Aug-2006, 16:54
ken_yap
Guest
 
Posts: n/a
Default

Quote:
It seems that the cross-compilation is now built in to gcc - use compiler option -mpowerpc
However as ken_yap notes, the run-time libraries etc. are another problem, maybe I can take them from the PPC version of the distribution?

Has anyone else done anything similar - please!!

Cheers
Richard aka MQ
[/b]
No, the -mpowerpc is only active if you have a PPC build. That man page lists all the possible options in all versions. You still have to build your own cross-compiler. There are instructions at the gcc website.