Re: [patch] PR 47643 update docs for x86 options
On 12/22/2011 05:39 AM, Jonathan Wakely wrote: > PR target/47643 > * doc/invoke.texi (i386 and x86-64 Options): Fix description of > -mtune without -march. Ok. r~
[patch] PR 47643 update docs for x86 options
As stated in the PR, the docs claim that using -mtune without -march will generate code that runs on i386, but that's not been true because since GCC 4.5 the default -march is set by the configure target. This patch updates the docs. PR target/47643 * doc/invoke.texi (i386 and x86