diff options
Diffstat (limited to 'gcc')
-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 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 |