summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-19 15:37:13 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-19 15:37:13 +0000
commit2e55b16b69e0e00486c666ed2f642061059ffd5e (patch)
treeaceb03615e717729feb9c507c9c2f3bfaf87ec8b /testsuite/config
parent6e09157a4d5c37ab5e0e614c79bafbcfa9350ebe (diff)
downloadhaskell-2e55b16b69e0e00486c666ed2f642061059ffd5e.tar.gz
Fix a framework error when using a non-dynamic GHC
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index e8fbcc9b32..33017bfb9b 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -210,6 +210,7 @@ def get_compiler_info():
elif compilerInfoDict["GHC Dynamic"] == "NO":
config.ghc_th_way_flags = "-static"
config.ghci_way_flags = "-static"
+ config.ghc_th_way = "normal"
config.ghc_plugin_way = "normal"
else:
raise 'Bad value for "GHC Dynamic"'