diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2005-09-12 08:59:20 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2005-09-12 08:59:20 -0400 |
commit | 4aa6805949a262394f59a9d17fcd30573674ea61 (patch) | |
tree | 9c05b0053944d9a39401fd60841797beb453acce | |
parent | 94bf249af43f5f6fea1bbfd2c68d19de3685d93a (diff) | |
parent | b80bddd8b636d70acc4d9dfa9ef59fde97d1beb4 (diff) | |
download | gem5-4aa6805949a262394f59a9d17fcd30573674ea61.tar.xz |
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/z/stever/bk/m5
--HG--
extra : convert_revision : 2d1c571b1507eb34b22f983d76ca48a7ca61c3b9
-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']) |