Re: selftests/powerpc: Specify we expect to build with std=gnu99
From: Michael Ellerman <hidden> Date: 2016-08-11 11:16:49
On Fri, 2016-29-07 at 10:48:09 UTC, Michael Ellerman wrote:
We have some tests that assume we're using std=gnu99, which is fine on
most compilers, but some old compilers use a different default.
So make it explicit that we want to use std=gnu99.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>