Index: gcc/doc/invoke.texi =================================================================== --- gcc/doc/invoke.texi.orig 2009-11-20 13:51:43.000000000 +0100 +++ gcc/doc/invoke.texi 2009-11-20 13:52:03.000000000 +0100 @@ -13747,7 +13747,7 @@ The default is to not print debug inform Generate code that will run 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} and @samp{z9-ec}. +@samp{z9-109}, @samp{z9-ec} and @samp{z10}. When generating code using the instructions available on z/Architecture, the default is @option{-march=z900}. Otherwise, the default is @option{-march=g5}.