This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3.2 crosscompiling
- From: Ben Elliston <bje at redhat dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: 02 Jan 2003 12:06:15 +1100
- Subject: Re: gcc-3.2 crosscompiling
- Organization: Red Hat Asia-Pacific Pty Ltd
- References: <200212291650.gBTGot714559@hofr.at>
>>>>> "Der" == Der Herr Hofrat <der.herr@mail.hofr.at> writes:
Der> are there any instructions for crosscompiling gcc-3.2 for
Der> powerpc 8xx platform ?
The regular GCC installation documentation at:
http://gcc.gnu.org/install/
covers building both native and cross-compilers. You just need to
tell GCC that your target is "powerpc-elf" when configuring the build
tree.
Cheers, Ben