On Tue, May 10, 2011 at 11:37:16AM -0700, Cliff Neighbors wrote: > > In file included from > > /home/cliff/netbsd/NetBSD-current/usr/src/tests/lib/libc/s > > tdlib/t_strtod.c:38: > > /home/cliff/netbsd/NetBSD-current/build/evbmips64-eb-20110510/dest/usr/include/f > > env.h:29:2: error: #error "fenv.h is currently not supported for this > > architectu > > re" > > /home/cliff/netbsd/NetBSD-current/build/evbmips64-eb-20110510/dest/usr/include/f > > env.h:35:26: error: machine/fenv.h: No such file or directory > > nbmkdep: compile failed. > > *** [t_strtod.d] Error code 1 > > > > do we need #ifdef Honor_FLT_ROUNDS around that include?
Hmm, I guess so. Or #ifndef NO_FENV_H? I am not familiar with the conditional compilation of gdtoa. - Jukka.