From: ceriel Date: Mon, 31 Jul 1989 15:15:41 +0000 (+0000) Subject: removed #define for IEEEFORMAT; now, the floating point package always X-Git-Tag: release-5-5~2304 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3ed9932864b14ccbb7ee3b129ef54fdbe85a8468;p=ack.git removed #define for IEEEFORMAT; now, the floating point package always uses this format --- diff --git a/mach/m68k4/libfp/Makefile b/mach/m68k4/libfp/Makefile index 0cf8beaa2..370c22bce 100644 --- a/mach/m68k4/libfp/Makefile +++ b/mach/m68k4/libfp/Makefile @@ -1,7 +1,7 @@ EMHOME=../../.. SUF=o MAKEFILE=$(EMHOME)/mach/proto/fp/Makefile -MACHDEF="MACH=m68k4" "CFLAGS=-DIEEEFORMAT" "SUF=$(SUF)" "ASAR=aal" +MACHDEF="MACH=m68k4" "SUF=$(SUF)" "ASAR=aal" all: make -f $(MAKEFILE) $(MACHDEF) all