lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 6 Mar 2014 10:03:06 -0800 From: behanw@...verseincode.com To: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com, x86@...nel.org Cc: linux-kernel@...r.kernel.org, dwmw2@...radead.org, pageexec@...email.hu, Jan-Simon Möller <dl9pf@....de>, Behan Webster <behanw@...verseincode.com>, Mark Charlebois <charlebm@...il.com> Subject: [PATCH 5/5 v2] x86 kbuild: LLVMLinux: More cc-options added for clang From: Jan-Simon Möller <dl9pf@....de> Protect more options for x86 with cc-option so that we don't get errors when using clang instead of gcc. Add more or different options when using clang as well. Also need to enforce that SSE is off for clang and the stack is 8-byte aligned. Removed improper reassetion of -mno-sse and -mpreferred-stack-boundary Signed-off-by: Jan-Simon Möller <dl9pf@....de> Signed-off-by: Behan Webster <behanw@...verseincode.com> Signed-off-by: Mark Charlebois <charlebm@...il.com> --- arch/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index eeda43a..d5a5a91 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -108,7 +108,7 @@ else # this works around some issues with generating unwind tables in older gccs # newer gccs do it by default - KBUILD_CFLAGS += -maccumulate-outgoing-args + KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args) endif # Make sure compiler does not have buggy stack-protector support. -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists