]> git.ipfire.org Git - thirdparty/gcc.git/commit
doc: Fix description of x86 -m32 option [PR109954]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 1 Jun 2023 10:30:10 +0000 (11:30 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 1 Jun 2023 11:01:09 +0000 (12:01 +0100)
commiteeb92704967875411416b0b9508aa6f49e8192fd
treeefeadedf01b072da480fe43d9c86979056d9e579
parent2fbbaa77c8468ed2bdf2cfa1a5890991e4e98eef
doc: Fix description of x86 -m32 option [PR109954]

This option does not imply -march=i386 so it's incorrect to say it
generates code that will run on "any i386 system".

gcc/ChangeLog:

PR target/109954
* doc/invoke.texi (x86 Options): Fix description of -m32 option.
gcc/doc/invoke.texi