Don't actually build ghc itself with -dynamic
authorDuncan Coutts <duncan@well-typed.com>
Wed, 29 Apr 2009 14:29:40 +0000 (14:29 +0000)
committerDuncan Coutts <duncan@well-typed.com>
Wed, 29 Apr 2009 14:29:40 +0000 (14:29 +0000)
For now, with --enable-shared we'll build the libs shared,
but ghc itself will still be statically linked.
In any case, we would want to be able to build it both
ways so it's easy to test both.


No differences found