From 272a1670d92ee0c09e0ccebb1bfe6560ec6ffbf3 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 9 May 2000 10:13:18 +0000 Subject: [PATCH] [project @ 2000-05-09 10:13:18 by sewardj] Add -DNO_REGS to SRC_CC_OPTS. --- ghc/interpreter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/interpreter/Makefile b/ghc/interpreter/Makefile index d7f31d0..0b867c6 100644 --- a/ghc/interpreter/Makefile +++ b/ghc/interpreter/Makefile @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # -# $Id: Makefile,v 1.33 2000/04/21 18:07:47 panne Exp $ # +# $Id: Makefile,v 1.34 2000/05/09 10:13:18 sewardj Exp $ # # --------------------------------------------------------------------------- # TOP = .. @@ -38,7 +38,7 @@ C_SRCS = link.c type.c static.c storage.c derive.c input.c compiler.c subst.c \ translate.c codegen.c lift.c free.c stgSubst.c output.c \ hugs.c dynamic.c stg.c sainteger.c object.c interface.c -SRC_CC_OPTS = -I$(GHC_INTERPRETER_DIR) -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -D__HUGS__ -DCOMPILING_RTS -Wall -Wstrict-prototypes -Wno-unused -DDEBUG -Winline -g -O +SRC_CC_OPTS = -I$(GHC_INTERPRETER_DIR) -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -D__HUGS__ -DCOMPILING_RTS -DNO_REGS -Wall -Wstrict-prototypes -Wno-unused -DDEBUG -Winline -g -O GHC_LIBS_NEEDED = $(GHC_RUNTIME_DIR)/libHSrts.a -- 1.7.10.4