From: Rich Felker Date: Sat, 5 May 2012 21:18:31 +0000 (-0400) Subject: add -frounding-math to build X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=b4ccc3c1361ca611d6590dd4af288fb9fa6a843b;ds=sidebyside add -frounding-math to build --- 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