Review Board 2.0.15


ext: Fix fputils compiler flags to ensure ISO C99

Review Request #2030 - Created Oct. 1, 2013 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9899:d23589f0026f
---------------------------
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.
Tested with RHE5, Ubuntu 10.04, OpenSuse 12.3 and Fedora Rawhide.
Review request changed
Updated (Oct. 2, 2013, 3:09 a.m.)

Status: Closed (submitted)