This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Cross-compiling for powerpc
- To: gcc-help at gcc dot gnu dot org
- Subject: Cross-compiling for powerpc
- From: Sébastien Côté <scote1 at Matrox dot COM>
- Date: Fri, 26 Jan 2001 15:40:56 -0500
Hi!
I'm trying to build a cross-compiler for powerpc but I'm not really sure
which target I should select.
According to binutils/ld/configure.tgt, powerpc-elf and powerpc-eabi are
the same (what does eiba mean??). But what's the difference with
powerpc-linux-gnu???
My target is a powerpc running linux, but it's an embedded system so
should I select eiba or linux?
If I have to select powerpc-linux, I get another problem since my target
is running in little-endian and there's no powerpcle-linux-gnu.
Could anyone point me in the right direction?
Thanks,
Sébastien Côté