removed #define for IEEEFORMAT; now, the floating point package always

uses this format
This commit is contained in:
ceriel 1989-07-31 15:15:41 +00:00
parent 37379d70ba
commit 3ed9932864

View file

@ -1,7 +1,7 @@
EMHOME=../../.. EMHOME=../../..
SUF=o SUF=o
MAKEFILE=$(EMHOME)/mach/proto/fp/Makefile MAKEFILE=$(EMHOME)/mach/proto/fp/Makefile
MACHDEF="MACH=m68k4" "CFLAGS=-DIEEEFORMAT" "SUF=$(SUF)" "ASAR=aal" MACHDEF="MACH=m68k4" "SUF=$(SUF)" "ASAR=aal"
all: all:
make -f $(MAKEFILE) $(MACHDEF) all make -f $(MAKEFILE) $(MACHDEF) all