diff options
author | Duncan Coutts <duncan@well-typed.com> | 2009-05-17 00:36:30 +0000 |
---|---|---|
committer | Duncan Coutts <duncan@well-typed.com> | 2009-05-17 00:36:30 +0000 |
commit | 88605454e4bf30d7fca2b0eea4643c5637afd5cc (patch) | |
tree | f63796c441dec06c58383cc038f1681960a6ba8d /ghc/ghc.wrapper | |
parent | 6efacfe8bcbe66dfc3b52397ccbd34a58890520d (diff) | |
download | haskell-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.wrapper | 2 |
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+"$@"} |