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)
commit118b39e4db1a8187af52c1ddb1b299021834a5a2
tree83d97522ccfdb4f7915ea504c1a2cd9ba446716b
parent66b0d2dea58a0eb13889e86069b9d8297de4c19c
Don't actually build ghc itself with -dynamic
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.
ghc/ghc.mk