From 3ed9932864b14ccbb7ee3b129ef54fdbe85a8468 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 31 Jul 1989 15:15:41 +0000 Subject: [PATCH] removed #define for IEEEFORMAT; now, the floating point package always uses this format --- mach/m68k4/libfp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1