* sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support.

This commit is contained in:
Daniel Jacobowitz 2007-07-13 12:43:40 +00:00
parent 8323b1abc6
commit 19584095cc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-06-07 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support.
2007-05-23 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Disable

View File

@ -6,7 +6,7 @@ sysdep_routines += $(gcc-single-routines) $(gcc-double-routines) \
endif
ifeq ($(subdir),math)
libm-support += fenv_const fe_nomask
libm-support += fenv_const
CPPFLAGS += -I../soft-fp/
# The follow CFLAGS are a work around for GCC Bugzilla Bug 29253
# "expand_abs wrong default code for floating point"