x86-64, build: Fix stack protector Makefile breakage with 32-bit userland
authorGeorge Spelvin <linux@horizon.com>
Wed, 7 May 2014 21:05:52 +0000 (17:05 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 7 May 2014 21:14:44 +0000 (14:14 -0700)
If you are using a 64-bit kernel with 32-bit userland, then
scripts/gcc-x86_64-has-stack-protector.sh invokes 32-bit gcc
with -mcmodel=kernel, which produces:

<stdin>:1:0: error: code model 'kernel' not supported in the 32 bit mode

and trips the "broken compiler" test at arch/x86/Makefile:120.

There are several places a fix is possible, but the following seems
cleanest.  (But it's minimal; it would also be possible to factor
out a bunch of stuff from the two branches of the if.)

Signed-off-by: George Spelvin <linux@horizon.com>
Link: http://lkml.kernel.org/r/20140507210552.7581.qmail@ns.horizon.com
Cc: <stable@vger.kernel.org> # v3.14
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/Makefile

index ce6ad7e6a7d7c7ba743884bbee2bcf77262f814d..33f71b01fd22e74d5e3d80b26ce4694689642064 100644 (file)
@@ -79,6 +79,7 @@ else
         UTS_MACHINE := x86_64
         CHECKFLAGS += -D__x86_64__ -m64
 
+        biarch := -m64
         KBUILD_AFLAGS += -m64
         KBUILD_CFLAGS += -m64