diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-05-05 17:18:31 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-05-05 17:18:31 -0400 |
commit | b4ccc3c1361ca611d6590dd4af288fb9fa6a843b (patch) | |
tree | 3581a4dcda553b9a2a1d57b5107851147fc43f36 | |
parent | 8a35deede1c2c1ca2e24aae676c90cac49eff073 (diff) | |
download | musl-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.tar.gz musl-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.tar.bz2 musl-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.tar.xz musl-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.zip |
add -frounding-math to build
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ tryflag CFLAGS_C99FSE -ffreestanding \ || tryflag CFLAGS_C99FSE -fno-builtin tryflag CFLAGS_C99FSE -fexcess-precision=standard \ || tryflag CFLAGS_C99FSE -ffloat-store +tryflag CFLAGS_C99FSE -frounding-math # # Setup basic default CFLAGS: debug, optimization, and -pipe |