From: Ulrich Drepper Date: Sat, 31 May 1997 00:42:09 +0000 (+0000) Subject: Temporarily turn on -mieee globally. This will last until I figure X-Git-Tag: glibc-2.16-ports-before-merge~3589 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f10d86ecba2641edc6d6116eebaed1eece32cf11;p=thirdparty%2Fglibc.git Temporarily turn on -mieee globally. This will last until I figure out how to build a parallel libm_ieee. --- diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 841dc980a88..5fe8e4ee7f9 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -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