From b4ccc3c1361ca611d6590dd4af288fb9fa6a843b Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 5 May 2012 17:18:31 -0400 Subject: add -frounding-math to build --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1