diff options
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index 3dc3990dcc..09c2874209 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -329,8 +329,8 @@ rts/RtsUtils_CC_OPTS += -DTargetVendor=\"$(TargetVendor_CPP)\" rts/RtsUtils_CC_OPTS += -DGhcUnregisterised=\"$(GhcUnregisterised)\" rts/RtsUtils_CC_OPTS += -DGhcEnableTablesNextToCode=\"$(GhcEnableTablesNextToCode)\" -ifeq "$(DYNAMIC_BY_DEFAULT)" "YES" -rts/Linker_CC_OPTS += -DDYNAMIC_BY_DEFAULT +ifeq "$(DYNAMIC_GHC_PROGRAMS)" "YES" +rts/Linker_CC_OPTS += -DDYNAMIC_GHC_PROGRAMS endif # Compile various performance-critical pieces *without* -fPIC -dynamic |