summaryrefslogtreecommitdiff
path: root/ghc/ghc.wrapper
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2009-05-17 00:36:30 +0000
committerDuncan Coutts <duncan@well-typed.com>2009-05-17 00:36:30 +0000
commit88605454e4bf30d7fca2b0eea4643c5637afd5cc (patch)
treef63796c441dec06c58383cc038f1681960a6ba8d /ghc/ghc.wrapper
parent6efacfe8bcbe66dfc3b52397ccbd34a58890520d (diff)
downloadhaskell-88605454e4bf30d7fca2b0eea4643c5637afd5cc.tar.gz
Switch the default -dynload mode to SystemDependent
The previous default was Deployable though it was being overridden to Wrapper in the ghc shell script wrapper.
Diffstat (limited to 'ghc/ghc.wrapper')
-rw-r--r--ghc/ghc.wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc.wrapper b/ghc/ghc.wrapper
index ce409ca488..9b2ba0f49a 100644
--- a/ghc/ghc.wrapper
+++ b/ghc/ghc.wrapper
@@ -1 +1 @@
-exec $executablename -B$datadir -dynload wrapped ${1+"$@"}
+exec $executablename -B$datadir ${1+"$@"}