From 143531822a0dcb2c6e62597693f7cd7d87c40980 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 11 Aug 1988 22:02:53 +0000 Subject: [PATCH] speeded up :-) --- mach/proto/fp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/proto/fp/Makefile b/mach/proto/fp/Makefile index 6c9062f4e..d8ae5cc3d 100644 --- a/mach/proto/fp/Makefile +++ b/mach/proto/fp/Makefile @@ -2,7 +2,7 @@ EMHOME=../../.. SUF=s MACH=m68k4 ASAR=arch -CFLAGS=-O +CFLAGS= # must use -r option of make so that default rules # are not loaded # @@ -24,7 +24,7 @@ CFLAGS=-O # # DFLAGS=-DPRT_ADD -DPRT_ALL -DPRT_DBL -DPRT_ENTRY -DPRT_EXIT -DPRT_EXT -DPRT_EXT2 -DPRT_LONG -DPRT_RNDMSG -DPRT_STDERR -DPRT_TRAP DFLAGS= -EMFLAGS= -L -LIB -I. $(DFLAGS) $(CFLAGS) +EMFLAGS= -L -LIB -I. $(DFLAGS) -O $(CFLAGS) # AS=ack -m$(MACH) -c.$(SUF) # CC=ack -m$(MACH) -c.s # CCFLAGS=$(EMFLAGS) -- 2.34.1