diff options
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index f28f55c115..c17b8085cf 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -33,9 +33,8 @@ if (ghc_with_native_codegen == 1): if (ghc_with_profiling == 1): config.have_profiling = True - if (ghc_with_native_codegen == 1): - config.compile_ways.append('profasm') - config.run_ways.append('profasm') + config.compile_ways.append('profasm') + config.run_ways.append('profasm') if (ghc_with_interpreter == 1): config.have_interp = True |