From: David Edelsohn Date: Thu, 25 Jan 2018 18:50:44 +0000 (-0500) Subject: Change -march to -mcpu. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09cf48c9de850797570dfafa6fa70d4caf9d6862;p=gcc.git Change -march to -mcpu. From-SVN: r257064 --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dcc84047c93..4e21aa35da3 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