gem5/ext/fputils
Andreas Hansson 2bcced5897 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.
2013-10-02 06:08:43 -04:00
..
include/fputils ext: Update fputils to rev 52b6190b4e 2013-10-01 15:19:56 +02:00
m4 ext: Include libfputils 2013-09-30 09:40:26 +02:00
tests ext: Update fputils to rev 52b6190b4e 2013-10-01 15:19:56 +02:00
.gitignore ext: Include libfputils 2013-09-30 09:40:26 +02:00
AUTHORS ext: Include libfputils 2013-09-30 09:40:26 +02:00
configure.in ext: Update fputils to rev 52b6190b4e 2013-10-01 15:19:56 +02:00
COPYING ext: Include libfputils 2013-09-30 09:40:26 +02:00
Doxyfile.in ext: Include libfputils 2013-09-30 09:40:26 +02:00
doxygen.am ext: Include libfputils 2013-09-30 09:40:26 +02:00
fp80.c ext: Update fputils to rev 52b6190b4e 2013-10-01 15:19:56 +02:00
fpbits.h ext: Update fputils to rev 52b6190b4e 2013-10-01 15:19:56 +02:00
INSTALL ext: Include libfputils 2013-09-30 09:40:26 +02:00
Makefile.am ext: Include libfputils 2013-09-30 09:40:26 +02:00
SConscript ext: Fix fputils compiler flags to ensure ISO C99 2013-10-02 06:08:43 -04:00