hush/scripts/kconfig
Jean Delvare 8c3f943410 kbuild: Fix gcc -x syntax
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>
Acked-by: Ingo Molnar <mingo@kernel.org>
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: Michal Marek <mmarek@suse.cz>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2016-04-03 23:59:15 -04:00
..
lxdialog kbuild: Fix gcc -x syntax 2016-04-03 23:59:15 -04:00
.gitignore
check.sh
conf.c get rid of several "variable 'x' set but not used" warnings 2011-05-01 14:43:53 +02:00
confdata.c fix if(p)/free(p) construct 2015-06-07 18:19:43 +02:00
expr.c
expr.h
gconf.c
gconf.glade
images.c
kconfig_load.c
kxgettext.c
lex.zconf.c_shipped
lkc_proto.h
lkc.h
Makefile build system: fix make gconfig 2013-12-19 04:43:24 +01:00
mconf.c scripts/kconfig/mconf: work on systems w/o SIGWINCH 2012-09-27 15:26:40 +02:00
menu.c
POTFILES.in
qconf.cc
qconf.h
symbol.c
util.c fix if(p)/free(p) construct 2015-06-07 18:19:43 +02:00
zconf.gperf
zconf.hash.c_shipped
zconf.l
zconf.tab.c_shipped
zconf.y