From 33e007a6b66c1f7b358f2f27d614bc8c46a5abc0 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 13 Sep 2002 00:43:28 +0000 Subject: [PATCH] Remove redundant define that generates too long command lines --- Mkfiles/Makefile.bc3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mkfiles/Makefile.bc3 b/Mkfiles/Makefile.bc3 index 342aadc9..39ed3043 100644 --- a/Mkfiles/Makefile.bc3 +++ b/Mkfiles/Makefile.bc3 @@ -41,7 +41,7 @@ OPTFLAGS = -d -O1 -Ogmp -k- OUTFORMS = -DOF_ONLY -DOF_BIN -DOF_OBJ -DOF_WIN32 -DOF_AS86 #compiler flags -CFLAGS = $(OPTFLAGS) -mh -f- $(OUTFORMS) -DFARDATA=far +CFLAGS = $(OPTFLAGS) -mh -f- $(OUTFORMS) # -mh = model huge # -f- = no floating point