Re: Building for a powerpc 405

2008-09-30 Thread Arthur Loiret
On Tue, Sep 30, 2008 at 03:45:52PM +0200, xavier grave wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I'd like to have a cross tool system for powerpc 405 based on .deb packages. > > I have found a way to produce binutils for the powerpc-405 target > following : > http://ww

Re: gcc - wrong package name (x86_64) when cross compiling make ftbfs

2007-07-26 Thread Arthur Loiret
is the hunk in rules2 really needed? cross_bin_arch is the only macro which can have a _, and it already gets substituted. right, sorry for this mistake, here is the updated patch. Arthur. --- rules.defs.orig 2007-07-26 11:29:55.0 +0200 +++ rules.defs 2007-07-26 11:36:41.0 +0200

Re: gcc - wrong package name (x86_64) when cross compiling make ftbfs

2007-07-26 Thread Arthur Loiret
Hello, 2007/7/26, Matthias Klose <[EMAIL PROTECTED]>: > Investigating futher on this issue. I have tested proposed changes > (attached patch), but i get the following error: Using subst in makefiles is better than using shell + tr ;-) In binutils cross-targets I read p_cross = $(subst _,-,bi