hush/scripts/kconfig/lxdialog
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
..
.gitignore add .gitignore files 2009-05-05 09:05:30 -04:00
BIG.FAT.WARNING Remove 'busybox' word from configuration programs 2008-05-28 11:59:32 +00:00
check-lxdialog.sh kbuild: Fix gcc -x syntax 2016-04-03 23:59:15 -04:00
checklist.c build system overhaul 2006-10-05 10:17:08 +00:00
colors.h build system overhaul 2006-10-05 10:17:08 +00:00
dialog.h build system overhaul 2006-10-05 10:17:08 +00:00
inputbox.c build system overhaul 2006-10-05 10:17:08 +00:00
lxdialog.c build system overhaul 2006-10-05 10:17:08 +00:00
Makefile - forgot to pass in the HOST_EXTRACFLAGS 2008-08-28 14:29:54 +00:00
menubox.c whitespace fixes (leading spaces to tab) 2007-01-13 21:06:21 +00:00
msgbox.c build system overhaul 2006-10-05 10:17:08 +00:00
textbox.c get rid of several "variable 'x' set but not used" warnings 2011-05-01 14:43:53 +02:00
util.c dont use obsolete function index() as pointed out by src.obsolete.funcs 2007-03-17 06:29:05 +00:00
yesno.c build system overhaul 2006-10-05 10:17:08 +00:00