]> git.baikalelectronics.ru Git - kernel.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)
commitfdf408fb5d3012fd6de5104752c79b352de0f2da
treef187e7049153de2fd1a736c5a89d423eeaa8b7d8
parent4b86f2ab9e8e40d9945056f59c3f2b550da6394f
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: 6841e409c1e2 ("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