projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b145f
)
Change -march to -mcpu.
author
David Edelsohn
<dje@gcc.gnu.org>
Thu, 25 Jan 2018 18:50:44 +0000
(13:50 -0500)
committer
David Edelsohn
<dje@gcc.gnu.org>
Thu, 25 Jan 2018 18:50:44 +0000
(13:50 -0500)
From-SVN: r257064
gcc/doc/invoke.texi
patch
|
blob
|
history
diff --git
a/gcc/doc/invoke.texi
b/gcc/doc/invoke.texi
index dcc84047c937f628db71c9fc6144f8653c6daa92..4e21aa35da3aad4d8c46632f2c0d32bd2f680da5 100644
(file)
--- 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{-m
arch
=native} has no effect if GCC does not recognize the
+@option{-m
cpu
=native} has no effect if GCC does not recognize the
processor.
The other options specify a specific processor. Code generated under