Re: [PATCH] Document PowerPC 'native' cpu type

2018-01-25 Thread David Edelsohn
On Thu, Jan 25, 2018 at 1:44 PM, Segher Boessenkool wrote: > Hi! > > On Thu, Jan 25, 2018 at 01:24:56PM -0500, David Edelsohn wrote: >> +Specifying @samp{native} as cpu type detects and selects the >> +architecture option that corresponds to the host processor of the >> +system performing the comp

Re: [PATCH] Document PowerPC 'native' cpu type

2018-01-25 Thread Segher Boessenkool
Hi! On Thu, Jan 25, 2018 at 01:24:56PM -0500, David Edelsohn wrote: > +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 rec

[PATCH] Document PowerPC 'native' cpu type

2018-01-25 Thread David Edelsohn
The PowerPC port(s) of GCC have included auto-detection of host cpu type through the "native" option, but it had not been documented. This patch adds the documentation to the GCC Manual. * doc/invoke.texi (PowerPC Options): Document 'native' cpu type. Thanks, David Index: invoke.texi ===