summaryrefslogtreecommitdiff
path: root/testsuite/mk/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mk/test.mk')
-rw-r--r--testsuite/mk/test.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk
index a7276207f5..bf0785116d 100644
--- a/testsuite/mk/test.mk
+++ b/testsuite/mk/test.mk
@@ -172,13 +172,7 @@ else
RUNTEST_OPTS += -e config.have_fast_bignum=True
endif
-ifeq "$(GhcDynamicByDefault)" "YES"
-RUNTEST_OPTS += -e config.ghc_dynamic_by_default=True
-CABAL_MINIMAL_BUILD = --enable-shared --disable-library-vanilla
-else
-RUNTEST_OPTS += -e config.ghc_dynamic_by_default=False
CABAL_MINIMAL_BUILD = --enable-library-vanilla --disable-shared
-endif
ifeq "$(GhcDynamic)" "YES"
RUNTEST_OPTS += -e config.ghc_dynamic=True