summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-10-14 16:44:53 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-11-02 11:03:44 +0000
commit5a43b0352445a2b6e35a883ef22aabd8faf5d55a (patch)
tree83b8e2a354785d0e45995faad126f80a681f3103 /testsuite/config
parent275a8418b1a15219811738cb135813f364c7c59b (diff)
downloadhaskell-5a43b0352445a2b6e35a883ef22aabd8faf5d55a.tar.gz
profasm does not require the NCG any more
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc5
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