aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2018-01-25 13:50:44 -0500
committerDavid Edelsohn <dje@gcc.gnu.org>2018-01-25 13:50:44 -0500
commit09cf48c9de850797570dfafa6fa70d4caf9d6862 (patch)
tree61dac6ea151d6d59a2f0c91d15f4d3d34d4d4a14 /gcc
parenta7b145f340405f6a9e48f76968716fc52f922960 (diff)
downloadgcc-09cf48c9de850797570dfafa6fa70d4caf9d6862.zip
gcc-09cf48c9de850797570dfafa6fa70d4caf9d6862.tar.gz
gcc-09cf48c9de850797570dfafa6fa70d4caf9d6862.tar.bz2
Change -march to -mcpu.
From-SVN: r257064
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index dcc8404..4e21aa3 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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