Module Name: src Committed By: martin Date: Fri Nov 22 13:37:24 UTC 2013
Modified Files: src/lib/libm: Makefile src/lib/libm/src: e_sqrtl.c Log Message: Try to fix the build (again): move e_sqrtl.c to common soure, but move the include of fenv.h into the #ifdef __HAVE_LONG_DOUBLE block and also provide a -DHAVE_FENV_H from the makefile for archs that have it - leaving out exception settings on architectures that do not provide it. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/lib/libm/Makefile cvs rdiff -u -r1.2 -r1.3 src/lib/libm/src/e_sqrtl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.