From: H. Peter Anvin Date: Wed, 20 Nov 2013 21:31:49 +0000 (-0800) Subject: x86-64, build: Always pass in -mno-sse X-Git-Tag: v3.13-rc3~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5551a34e5aeab868f8d37f70d8754868921b4ee5;p=pandora-kernel.git x86-64, build: Always pass in -mno-sse Always pass in the -mno-sse argument, regardless if -preferred-stack-boundary is supported. We never want to generate SSE instructions in the kernel unless we *really* know what we're doing. According to H. J. Lu, any version of gcc new enough that we support it at all should handle the -mno-sse option, so just add it unconditionally. Reported-by: Kevin B. Smith Signed-off-by: H. Peter Anvin Cc: H. J. Lu Link: http://lkml.kernel.org/n/tip-j21wzqv790q834n7yc6g80j1@git.kernel.org Cc: # build fix only --- Reading git-diff-tree failed