This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
PPC support in GCC ?
- From: "A.R. Ashok Kumar" <ashokar at sankhya dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 8 Apr 2003 11:04:45 +0530 (IST)
- Subject: PPC support in GCC ?
Hi,
I have gcc 2.95.3 source. As per the source, there is no support for
PowerPC in GCC. But GCC website(http://gcc.gnu.org/install/specific.html)
says that the following configurations are supported in GCC,
powerpc-*-*
powerpc-*-darwin*
powerpc-*-elf, powerpc-*-sysv4
powerpc-*-linux-gnu*
powerpc-*-netbsd*
powerpc-*-eabiaix
powerpc-*-eabisim
powerpc-*-eabi
powerpcle-*-elf, powerpcle-*-sysv4
powerpcle-*-eabisim
I couldn't find any target specific config directory for PowerPC under
"gcc/config". Can any one help me?
Thanks,
-AshokA-