X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FMakefile;h=4e4a82b7a130186e257ad2938bb1e743e0ba6505;hb=53a5d0b0186379be1fb378b1ed591ff5f359178c;hp=b1c57f9d01c2acf58bc0394d43ae59966d6b1208;hpb=8c2549461d624ad5cfec9be3266bdfd016371658;p=ghc-hetmet.git diff --git a/includes/Makefile b/includes/Makefile index b1c57f9..4e4a82b 100644 --- a/includes/Makefile +++ b/includes/Makefile @@ -11,15 +11,11 @@ H_FILES = $(filter-out gmp.h,$(wildcard *.h)) gmp.h # # Options # -ifeq "$(GhcWithNoRegs)" "YES" -SRC_CC_OPTS += -DNO_REGS +ifeq "$(GhcUnregisterised)" "YES" +SRC_CC_OPTS += -DNO_REGS -DUSE_MINIINTERPRETER endif -ifeq "$(GhcWithMiniInterpreter)" "YES" -SRC_CC_OPTS += -DUSE_MINIINTERPRETER -endif - -ifeq "$(GhcWithTablesNextToCode)" "YES" +ifeq "$(GhcEnableTablesNextToCode) $(GhcUnregisterised)" "YES NO" SRC_CC_OPTS += -DTABLES_NEXT_TO_CODE endif