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. 1, 2013, 3:10 a.m.)
Description: |
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+11 -3) |
LGTM. Haven't been able to reproduce the error though.
LGTM. Haven't been able to reproduce the error though.
