Re: Gcc Cross Compile

2007-01-29 Thread Ben Elliston
On Tue, 2007-01-30 at 01:18 +0200, idipous wrote: > I am trying to cross compile gcc-4.1.0 ( I have also > tried 3.3.2) for powerpc using a Freebsd 6.1 box. I > configure using: First, this is a list for GCC development, not for users trying to use GCC. gcc-help is the right list to use in futur

Gcc Cross Compile

2007-01-29 Thread idipous
Hi all, I am trying to cross compile gcc-4.1.0 ( I have also tried 3.3.2) for powerpc using a Freebsd 6.1 box. I configure using: var/gcc-4.1.0/configure --host=i386-freebsd --target=powerpc-linux --prefix=/var/gcc --disable-shared --disable-threads --enable-languages=c,c++ --without-fp and eve