Change -march to -mcpu.
authorDavid Edelsohn <dje@gcc.gnu.org>
Thu, 25 Jan 2018 18:50:44 +0000 (13:50 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 25 Jan 2018 18:50:44 +0000 (13:50 -0500)
From-SVN: r257064

gcc/doc/invoke.texi

index dcc84047c937f628db71c9fc6144f8653c6daa92..4e21aa35da3aad4d8c46632f2c0d32bd2f680da5 100644 (file)
@@ -22344,7 +22344,7 @@ model assumed for scheduling purposes.
 Specifying @samp{native} as cpu type detects and selects the
 architecture option that corresponds to the host processor of the
 system performing the compilation.
-@option{-march=native} has no effect if GCC does not recognize the
+@option{-mcpu=native} has no effect if GCC does not recognize the
 processor.
 
 The other options specify a specific processor.  Code generated under