From: sewardj Date: Tue, 9 May 2000 10:13:18 +0000 (+0000) Subject: [project @ 2000-05-09 10:13:18 by sewardj] X-Git-Tag: Approximately_9120_patches~4548 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=272a1670d92ee0c09e0ccebb1bfe6560ec6ffbf3;hp=e75567a022bdb7d804ad086b2c35c5ea8e4c6228;p=ghc-hetmet.git [project @ 2000-05-09 10:13:18 by sewardj] Add -DNO_REGS to SRC_CC_OPTS. --- 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