summaryrefslogtreecommitdiffstats
path: root/lib/raid6
diff options
context:
space:
mode:
authorAnton Blanchard2015-05-26 00:53:26 +0200
committerMichael Ellerman2015-06-11 09:33:05 +0200
commit1fb3f5a7ca599f322e6bf21272ad215301159aa0 (patch)
tree36f1ed9eafd40ff14abcd9645b2d3a328af32bd5 /lib/raid6
parentpowerpc: Fix duplicate const clang warning in user access code (diff)
downloadkernel-qcow2-linux-1fb3f5a7ca599f322e6bf21272ad215301159aa0.tar.gz
kernel-qcow2-linux-1fb3f5a7ca599f322e6bf21272ad215301159aa0.tar.xz
kernel-qcow2-linux-1fb3f5a7ca599f322e6bf21272ad215301159aa0.zip
powerpc: Only use -mabi=altivec if toolchain supports it
The -mabi=altivec option is not recognised on LLVM, so use call cc-option to check for support. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'lib/raid6')
-rw-r--r--lib/raid6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/Makefile b/lib/raid6/Makefile
index c7dab0645554..3b10a48fa040 100644
--- a/lib/raid6/Makefile
+++ b/lib/raid6/Makefile
@@ -15,7 +15,7 @@ quiet_cmd_unroll = UNROLL $@
< $< > $@ || ( rm -f $@ && exit 1 )
ifeq ($(CONFIG_ALTIVEC),y)
-altivec_flags := -maltivec -mabi=altivec
+altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
endif
# The GCC option -ffreestanding is required in order to compile code containing