[RESEND PATCH] selftests/powerpc: Handle Makefile for unrecognized option

2019-11-13 Thread Harish
On older distributions like Sles12SP5 gcc does not recognize -no-pie option making the powerpc selftests build to fail Fixes the following: gcc: error: unrecognized command line option ‘-no-pie’ Signed-off-by: Harish --- tools/testing/selftests/powerpc/pmu/ebb/Makefile | 7 ++- 1 file chang

[PATCH] selftests/powerpc: Handle Makefile for unrecognized option

2019-09-23 Thread Harish
On older distributions like Sles12SP5 gcc does not recognize -no-pie option making the powerpc selftests build to fail Fixes the following: gcc: error: unrecognized command line option ‘-no-pie’ Signed-off-by: Harish --- tools/testing/selftests/powerpc/pmu/ebb/Makefile | 7 ++- 1 file chang