[PATCH] powerpc: Avoid -maltivec when using clang integrated assembler

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE3700d

2 messages, 2 authors, 2016-07-05 · open the first message on its own page

[PATCH] powerpc: Avoid -maltivec when using clang integrated assembler

From: Anton Blanchard <hidden>
Date: 2015-11-25 23:46:06

Check the assembler supports -maltivec by wrapping it with
call as-option.

Signed-off-by: Anton Blanchard <redacted>
---
 arch/powerpc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 96efd82..76a315d 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -206,7 +206,7 @@ KBUILD_CFLAGS		+= -mno-sched-epilog
 endif
 
 cpu-as-$(CONFIG_4xx)		+= -Wa,-m405
-cpu-as-$(CONFIG_ALTIVEC)	+= -Wa,-maltivec
+cpu-as-$(CONFIG_ALTIVEC)	+= $(call as-option,-Wa$(comma)-maltivec)
 cpu-as-$(CONFIG_E200)		+= -Wa,-me200
 
 KBUILD_AFLAGS += $(cpu-as-y)
-- 
2.5.0

Re: powerpc: Avoid -maltivec when using clang integrated assembler

From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-07-05 14:10:15

On Wed, 2015-25-11 at 23:45:49 UTC, Anton Blanchard wrote:
Check the assembler supports -maltivec by wrapping it with
call as-option.

Signed-off-by: Anton Blanchard <redacted>
Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/9ddf0075f9184f1e1dabf7bfea

cheers
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help