Temporarily turn on -mieee globally. This will last until I figure
authorUlrich Drepper <drepper@redhat.com>
Sat, 31 May 1997 00:42:09 +0000 (00:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 31 May 1997 00:42:09 +0000 (00:42 +0000)
out how to build a parallel libm_ieee.

sysdeps/alpha/Makefile

index 841dc98..5fe8e4e 100644 (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