From b80bddd8b636d70acc4d9dfa9ef59fde97d1beb4 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 12 Sep 2005 08:59:14 -0400 Subject: [PATCH] More minor tweaks for fenv/cygwin. build/SConstruct: No need to warn about regression failures w/o fenv.h anymore. --HG-- extra : convert_revision : f40efb849f4c3063ebb58f6e277473467916573d --- build/SConstruct | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/SConstruct b/build/SConstruct index 03401b04e..1d4e4db57 100644 --- a/build/SConstruct +++ b/build/SConstruct @@ -336,8 +336,7 @@ for build_dir in build_dirs: if not env['USE_FENV']: print "Warning: No IEEE FP rounding mode control in", build_dir + "." - print " FP results may deviate slightly", \ - "and some regression tests may fail." + print " FP results may deviate slightly from other platforms." if env['EFENCE']: env.Append(LIBS=['efence']) -- 2.30.2