projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11cb904
)
More minor tweaks for fenv/cygwin.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Mon, 12 Sep 2005 12:59:14 +0000
(08:59 -0400)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Mon, 12 Sep 2005 12:59:14 +0000
(08:59 -0400)
build/SConstruct:
No need to warn about regression failures w/o fenv.h anymore.
--HG--
extra : convert_revision :
f40efb849f4c3063ebb58f6e277473467916573d
build/SConstruct
patch
|
blob
|
history
diff --git
a/build/SConstruct
b/build/SConstruct
index 03401b04ec11576c964dfcc8b35e1d181b2bd197..1d4e4db576644b83205b99658b5505d5c49761fb 100644
(file)
--- 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'])