summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-10-17 09:44:35 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-10-17 09:44:35 +0000
commit80564ddc183ea98856994112858f0b9f3e178f94 (patch)
treeb7ec4ba800d4f92fc3bb16fdd4d7049687ded56b /rts
parentf1842cac3b167b4597b4708aaf4a8392834aa06d (diff)
downloadhaskell-80564ddc183ea98856994112858f0b9f3e178f94.tar.gz
Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changes
A GHC binary can generally build either registerised or unregisterised code, unless it is unregisterised only. The previous changes broke this, but I think I've now restored it.
Diffstat (limited to 'rts')
-rw-r--r--rts/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/rts/Makefile b/rts/Makefile
index 43368d41a6..9828f55414 100644
--- a/rts/Makefile
+++ b/rts/Makefile
@@ -124,11 +124,6 @@ SRC_CC_OPTS += -DNOSMP
SRC_HC_OPTS += -optc-DNOSMP
endif
-ifeq "$(GhcWithTablesNextToCode)" "YES"
-SRC_CC_OPTS += -DTABLES_NEXT_TO_CODE
-SRC_HC_OPTS += -optc-DTABLES_NEXT_TO_CODE
-endif
-
ifneq "$(DLLized)" "YES"
SRC_HC_OPTS += -static
endif