This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Have powerpc recognize G3, G4, and G5


On Oct 28, 2003, at 5:52 PM, Syd Polk wrote:

This patch lets the user specify -mcpu=G[345] or -mtune=G[345]. G3 is a synonym for 750, G4 for 7450 and G5 for 970. Users of Apple's Darwin compiler can already do this.

Tested by compiling simple programs with the various flags.

OK to commit?

2003-10-28 Syd Polk <spolk@apple.com>

	* config/rs6000/rs6000.c (rs6000_override_options): Add G3, G4, and G5
	marketing names to the list of supported processors.
	* config/rs6000/rs6000.h: Ditto.
	* doc/invoke.texi: Ditto.
Could also update config.gcc so that you can configure with --with-cpu=?


Thanks, Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]