diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2005-09-12 08:59:14 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2005-09-12 08:59:14 -0400 |
commit | b80bddd8b636d70acc4d9dfa9ef59fde97d1beb4 (patch) | |
tree | 2e6df9aede95d360e6c2d4f4c0e3e08f768d1c62 | |
parent | 11cb904ad7c617e6653ce1ca52a92f10efe53025 (diff) | |
download | gem5-b80bddd8b636d70acc4d9dfa9ef59fde97d1beb4.tar.xz |
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
-rw-r--r-- | build/SConstruct | 3 |
1 files changed, 1 insertions, 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']) |