From 09cf48c9de850797570dfafa6fa70d4caf9d6862 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 25 Jan 2018 13:50:44 -0500 Subject: [PATCH] Change -march to -mcpu. From-SVN: r257064 --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4