]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
selftests/powerpc: Build the copyloops with -maltivec
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Mar 2015 04:16:12 +0000 (15:16 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Mar 2015 04:16:12 +0000 (15:16 +1100)
commit8edcee0e1f7dd703a2f3049ea1bc8c19bd945eb6
treef187e7049153de2fd1a736c5a89d423eeaa8b7d8
parent45706bb53d118b5340a12926e26444d73b6491f9
selftests/powerpc: Build the copyloops with -maltivec

The recent change to remove the vrX defines exposed the fact that we are
building the copyloops tests without altivec enabled. It depends on the
toolchain as to whether altivec is on by default or not, so it only
breaks on some toolchains. But we should always enable it.

Fixes: c2ce6f9f3dc0 ("powerpc: Change vrX register defines to vX to match gcc and glibc")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/copyloops/Makefile