diff options
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 3ca55fc325..84e04e084d 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -167,6 +167,7 @@ def get_compiler_info(): config.have_ncg = compilerInfoDict.get("Have native code generator", "NO") == "YES" + config.have_RTS_linker = compilerInfoDict.get("target has RTS linker", "NO") == "YES" # external interpreter needs RTS linker support # If the field is not present (GHC 8.0 and earlier), assume we don't # have -fexternal-interpreter (though GHC 8.0 actually does) |