This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
how to compile gcc for powerpc in little-endian
- To: GCC mail list <gcc at gcc dot gnu dot org>
- Subject: how to compile gcc for powerpc in little-endian
- From: Wang Yong <wung_y at 263 dot net>
- Date: Wed, 01 Dec 1999 15:20:36 +0800
- Cc: crossgcc help <crossgcc-help at sourceware dot cygnus dot com>, help gcc <help-gcc at gnu dot org>
- Organization: Tsinghua University
- Reply-To: wung_y at 263 dot net
i download gcc-2.95.2 and run
./configure --target=ppcle-linux-gnu
but i was told :
Configuration powerpcle-unknown-linux-gnu not supported
Configure in /root/gcc-2.95.2/gcc failed, exiting.
does anyone know how to compile a cross gcc for powerpc with
little-endian.
the big-endian is the default and i have worked it out. i need
little-endian
version now.
thank you
Wang