Searched hist:9902 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/fputils/
H A DSConscriptdiff 9902:55cddee143f0 Wed Oct 02 06:08:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> 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.

Completed in 4 milliseconds