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
This commit is contained in:
Steve Reinhardt 2005-09-12 08:59:14 -04:00
parent 11cb904ad7
commit b80bddd8b6

View file

@ -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'])