summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-07-24 12:38:13 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-07-24 12:38:13 +0000
commit8ba8aee611a929c540ba3ba4d736085d2d0d92e4 (patch)
treee80823637db45aad9f03aab2f51d01f94ac3dc1c /testsuite/config
parent17cba8f41a6b42b1f86996e28ec34587a9077112 (diff)
downloadhaskell-8ba8aee611a929c540ba3ba4d736085d2d0d92e4.tar.gz
add -no-user-package-conf to GHC command lines
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 29dd0b700d..72c9e5ffcc 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -8,7 +8,7 @@ import re
#
config.compiler_type = 'ghc'
config.compiler = 'ghc'
-config.compiler_always_flags = ['-fforce-recomp', '-dcore-lint', '-dcmm-lint']
+config.compiler_always_flags = ['-fforce-recomp', '-dcore-lint', '-dcmm-lint', '-no-user-package-conf']
config.hp2ps = 'hp2ps'
config.hpc = 'hpc'
@@ -62,7 +62,7 @@ config.way_flags = {
'extcore' : ['-fext-core'],
'optextcore' : ['-O -fext-core'],
'threaded1' : ['-threaded', '-debug'],
- 'threaded2' : ['-O', '-threaded'],
+ 'threaded2' : ['-O', '-threaded', '-eventlog'],
'hpc' : ['-O', '-fhpc' ],
'prof_hc_hb' : ['-O -prof -auto-all'],
'prof_hb' : ['-O -prof -auto-all'],
@@ -83,7 +83,7 @@ config.way_rts_flags = {
'extcore' : [],
'optextcore' : [],
'threaded1' : [],
- 'threaded2' : ['-N2'],
+ 'threaded2' : ['-N2 -l'],
'hpc' : [],
'prof_hc_hb' : ['-hc -hbvoid'],
'prof_hb' : ['-hb'],