lkml.org 
[lkml]   [2014]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 5/5] x86 kbuild: LLVMLinux: More cc-options added for clang
On 02/25/2014 05:08 PM, behanw@converseincode.com wrote:
>
> +# enforce no-sse for clang
> +ifneq ($(COMPILER),clang)
> + KBUILD_CFLAGS += $(call cc-option,-mno-sse)
> + KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=3)
> +endif
> +

I'm *very* confused. You're doing ifneq here but you're talking about
it as if you are *adding* them for Clang, also these options are already
added elsewhere (lines 57, 64, 86, 89) so why add them here?

-hpa



\
 
 \ /
  Last update: 2014-02-26 03:41    [W:0.098 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site