Skip to content
Snippets Groups Projects
Commit 272a1670 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-05-09 10:13:18 by sewardj]

Add -DNO_REGS to SRC_CC_OPTS.
parent e75567a0
No related merge requests found
# --------------------------------------------------------------------------- #
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment