diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-03-11 18:35:44 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2015-03-11 18:35:44 +0000 |
commit | 91d4a5ea68ad2fa2ef251a5dd38a7eb7fdfb6bf8 (patch) | |
tree | 1c2439ef390b629ed71690ea7a50e3efebaae6d5 /gcc/doc | |
parent | befe199770ac909a81bd0f1d445e027cbd4eef50 (diff) | |
download | gcc-91d4a5ea68ad2fa2ef251a5dd38a7eb7fdfb6bf8.zip gcc-91d4a5ea68ad2fa2ef251a5dd38a7eb7fdfb6bf8.tar.gz gcc-91d4a5ea68ad2fa2ef251a5dd38a7eb7fdfb6bf8.tar.bz2 |
S/390: Doc: Add missing cpu values z196, zEC12.
* doc/invoke.texi: Add missing cpu values (z196, zEC12).
From-SVN: r221353
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b18669c..d979415 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -20142,7 +20142,7 @@ The default is to not print debug information. Generate code that runs on @var{cpu-type}, which is the name of a system representing a certain processor type. Possible values for @var{cpu-type} are @samp{g5}, @samp{g6}, @samp{z900}, @samp{z990}, -@samp{z9-109}, @samp{z9-ec} and @samp{z10}. +@samp{z9-109}, @samp{z9-ec}, @samp{z10}, @samp{z196}, and @samp{zEC12}. When generating code using the instructions available on z/Architecture, the default is @option{-march=z900}. Otherwise, the default is @option{-march=g5}. |