Hi, I have to build GCC cross compiler for different CPU types of Motorola powerpc processor family. I could see the list of CPUs supported by GCC in "Using GNU Compiler Collection 4.4.1" manual. One of the CPU types to which I have to generate code is ppc 8245 CPU. Although its widely used, I couldn't see GCC support for this CPU type? Specifying mcpu=generic in compiler commmand line option will generate code for generic powerpc family, but the code is not optimized for target CPU. Does GCC support ppc 8245 CPU? If not, whats the appropriate option to generate optimized code for 8245 CPU? Please clarify it. Thanks in advance. Regards, Jeffi.J -- View this message in context: http://www.nabble.com/Does-GCC-support-for-powerpc-8245-CPU--tp25902669p25902669.html Sent from the gcc - Help mailing list archive at Nabble.com.