ext: Fix fputils compiler flags to ensure ISO C99
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 2 Oct 2013 10:08:43 +0000 (06:08 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 2 Oct 2013 10:08:43 +0000 (06:08 -0400)
commit2bcced58978bc698527f9c8cb4c6ca682c270d2f
tree750fb1bc4b8dceb64e87d1c59c6eacacd3c711ab
parent0438bf9389f8cdfa76c532e4f288c2256bdca9ff
ext: Fix fputils compiler flags to ensure ISO C99

The fp code relies on C99, and depending on gcc version, the default
is to use c89. This patch adds -std=c99 when using gcc to ensure the
code is compiled in ISO C99 mode.
ext/fputils/SConscript