mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
Temporarily turn on -mieee globally. This will last until I figure
out how to build a parallel libm_ieee.
This commit is contained in:
parent
08eeb8c0d3
commit
f10d86ecba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user