diff options
author | Jean Delvare <jdelvare@suse.de> | 2012-11-21 09:24:42 +0100 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2013-06-10 11:42:14 +0200 |
commit | 56fb3d90a30b207a17562fc18bf62f30e566e319 (patch) | |
tree | 1b1d7b23936e02dfb6a06562812ecede6bddd041 /kernel | |
parent | d31e3b9e8be60e71d8c9edb15689c496f73755c0 (diff) |
kbuild: Fix gcc -x syntax
This is upstream commit b1e0d8b70fa31821ebca3965f2ef8619d7c5e316
backported to the 2.6.32.x stable branch.
The correct syntax for gcc -x is "gcc -x assembler", not
"gcc -xassembler". Even though the latter happens to work, the former
is what is documented in the manual page and thus what gcc wrappers
such as icecream do expect.
This isn't a cosmetic change. The missing space prevents icecream from
recognizing compilation tasks it can't handle, leading to silent kernel
miscompilations.
Besides me, credits go to Michael Matz and Dirk Mueller for
investigating the miscompilation issue and tracking it down to this
incorrect -x parameter syntax.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: stable@vger.kernel.org
Cc: Bernhard Walle <bernhard@bwalle.de>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions