From: Steve Reinhardt Date: Mon, 12 Sep 2005 12:59:14 +0000 (-0400) Subject: More minor tweaks for fenv/cygwin. X-Git-Tag: m5_1.1~23^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b80bddd8b636d70acc4d9dfa9ef59fde97d1beb4;p=gem5.git 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 --- 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'])