diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-08 21:01:48 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-09 20:52:41 +0200 |
commit | 28f7e66fc1da53997a545684b21b91fb3ca3f321 (patch) | |
tree | f739409c143ab252deefb210858c663e15924878 /scripts | |
parent | kbuild: fix cc-option and cc-option-yn (diff) | |
download | linux-28f7e66fc1da53997a545684b21b91fb3ca3f321.tar.xz linux-28f7e66fc1da53997a545684b21b91fb3ca3f321.zip |
x86: prevent binutils from being "smart" and generating NOPLs for us
binutils, contrary to documented behaviour, will generate long NOPs (a
P6-or-higher instruction which is broken on at least some VIA chips,
Virtual PC/Virtual Server, and some versions of Qemu) depending on the
-mtune= option, which is not supposed to change architectural
behaviour.
Pass an explicit override to the assembler, in case ends up passing
the -mtune= parameter to gas (gcc 4.3.0 does not appear to.)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions