Temporarily turn on -mieee globally. This will last until I figure

out how to build a parallel libm_ieee.
This commit is contained in:
Ulrich Drepper 1997-05-31 00:42:09 +00:00
parent 08eeb8c0d3
commit f10d86ecba
1 changed files with 4 additions and 0 deletions

View File

@ -44,3 +44,7 @@ sysdep-CFLAGS += -mno-fp-regs
endif
divrem := divl divq reml remq
# For now, build everything with full IEEE math support.
# TODO: build separate libm and libm-ieee.
sysdep-CFLAGS += -mieee