commit | 8edcee0e1f7dd703a2f3049ea1bc8c19bd945eb6 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Mar 17 15:16:12 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Mar 17 15:16:12 2015 +1100 |
tree | f187e7049153de2fd1a736c5a89d423eeaa8b7d8 | |
parent | 45706bb53d118b5340a12926e26444d73b6491f9 [diff] |
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>