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]

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


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.


Attachment: 20031028-G3G4G5.patch
Description: Binary data



Syd Polk
Apple Computer
Technology EPM, Mac OS X Development Tools
+1 408 974-0577

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