diff options
author | Syd Polk <spolk@apple.com> | 2003-11-03 21:44:14 +0000 |
---|---|---|
committer | Syd Polk <spolk@gcc.gnu.org> | 2003-11-03 21:44:14 +0000 |
commit | 49ffe578b0f3b4b595803606a4701d098cf92f2a (patch) | |
tree | d0c6a62914b0901a4d9fc23e55485598f5bd64f5 /gcc/config.gcc | |
parent | 0c5a0451d4be41cbbb6f0d3ab24e4bf289498811 (diff) | |
download | gcc-49ffe578b0f3b4b595803606a4701d098cf92f2a.zip gcc-49ffe578b0f3b4b595803606a4701d098cf92f2a.tar.gz gcc-49ffe578b0f3b4b595803606a4701d098cf92f2a.tar.bz2 |
rs6000.c (rs6000_override_options): Add G3, G4, and G5 marketing names to the list of supported processors.
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.
* config.gcc: Ditto.
From-SVN: r73228
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 5249689..9c1f15f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2502,7 +2502,7 @@ fi | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \ | 601 | 602 | 603 | 603e | ec603e | 604 \ | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \ - | 8540 | 801 | 821 | 823 | 860 | 970) + | 8540 | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5) # OK ;; *) |