]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 11 May 2015 20:37:05 +0000 (23:37 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 12 May 2015 21:22:39 +0000 (23:22 +0200)
commit645f40486bed2a1ddb14ca66c39e67f43f8bc63d
tree13fd270f746dc76e15427fa8d89a2fa6eb2a3c75
parent6f961621ee5de0c49594b5ab2125e93646f2257f
MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1

GCC 5.1 defines __REGISTER_PREFIX__ to $. This will break sparse
command line (and build fails with: /bin/sh: syntax error:
unexpected "(") since make tries to expand starting with the dollar
sign with a make variable. Prevent that by using double dollar sign.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10025/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile