This patch adds --std=gnu99 to CFLAGS for the tests. This is necessary because some of the test code use the following c99 idiom:
for (int x=....)
/Marcus
On 11 December 2012 01:26, Marcus Shawcroft marcus.shawcroft@linaro.org wrote:
This patch adds --std=gnu99 to CFLAGS for the tests. This is necessary because some of the test code use the following c99 idiom:
for (int x=....)
Doesn't the -std=gnu99 in AM_CFLAGS apply to tests as well?
-- Michael
linaro-toolchain@lists.linaro.org