]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/powerpc: Specify we expect to build with std=gnu99
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 29 Jul 2016 10:48:09 +0000 (20:48 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 10 Aug 2016 13:21:37 +0000 (23:21 +1000)
commit7a71c2c1dafeefbf40dcbd7d9277fd4951c88667
tree69d88c44f096ed9b436b9f44c52bdb022654f00d
parent17f2d907d385c80848e9c245006b6f088b8dcf99
selftests/powerpc: Specify we expect to build with std=gnu99

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>
tools/testing/selftests/powerpc/Makefile