commit | a3c01050584da30405181505d20cd62cb42f3cdd | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Wed Aug 30 20:45:12 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 31 14:26:49 2017 +1000 |
tree | 39b494365b75cb1fd713e498ab98172417ef39c7 | |
parent | 866bfc75f40e4f8a00d268f73f3a02f572e6c082 [diff] |
selftests/powerpc: Force ptrace tests to build -fno-pie Currently these tests won't build with a `--enable-default-pie` compiler as they require r30 to be clobbered. This gives an error: ptrace-tm-spd-gpr.c:41:2: error: PIC register clobbered by 'r30' in 'asm' This forces these tests to be built no-pie. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>