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 /configure | |
parent | 8a35deede1c2c1ca2e24aae676c90cac49eff073 (diff) | |
download | musl-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.tar.gz musl-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.tar.xz musl-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.zip |
add -frounding-math to build
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index df1d3011..4ef6ccce 100755 --- a/configure +++ b/configure @@ -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 |