aboutsummaryrefslogtreecommitdiffstats
path: root/lib/raid6
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raid6')
-rw-r--r--lib/raid6/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/test/Makefile b/lib/raid6/test/Makefile
index 78f89d807f4e..cf4959276a8b 100644
--- a/lib/raid6/test/Makefile
+++ b/lib/raid6/test/Makefile
@@ -28,7 +28,7 @@ ifeq ($(IS_X86),yes)
28 gcc -c -x assembler - >&/dev/null && \ 28 gcc -c -x assembler - >&/dev/null && \
29 rm ./-.o && echo -DCONFIG_AS_AVX2=1) 29 rm ./-.o && echo -DCONFIG_AS_AVX2=1)
30else 30else
31 HAS_ALTIVEC := $(shell echo -e '\#include <altivec.h>\nvector int a;' |\ 31 HAS_ALTIVEC := $(shell printf '\#include <altivec.h>\nvector int a;\n' |\
32 gcc -c -x c - >&/dev/null && \ 32 gcc -c -x c - >&/dev/null && \
33 rm ./-.o && echo yes) 33 rm ./-.o && echo yes)
34 ifeq ($(HAS_ALTIVEC),yes) 34 ifeq ($(HAS_ALTIVEC),yes)