From 8933b4e3d48cf55a51ba8822e73aca9ed4cc34cb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 12 Oct 2012 22:43:07 +0100 Subject: ghcilink001 is expected to fail when ghci is dynamic dynamic ghci can't load .a files --- testsuite/config/ghc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/config') diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 30e75bf78a..40f9919f7a 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -55,7 +55,8 @@ if (ghc_with_threaded_rts == 1): if (ghc_with_dynamic_rts == 1): config.have_shared_libs = True -if (ghc_dynamic_by_default == 1): +config.ghc_dynamic_by_default = ghc_dynamic_by_default +if (ghc_dynamic_by_default): config.run_ways.append('static') else: if (ghc_with_dynamic_rts == 1): -- cgit v1.2.1