Link the rts shared libs against gmp and the other C libs
authorDuncan Coutts <duncan@well-typed.com>
Fri, 1 May 2009 23:58:24 +0000 (23:58 +0000)
committerDuncan Coutts <duncan@well-typed.com>
Fri, 1 May 2009 23:58:24 +0000 (23:58 +0000)
commit2b7f450a6dbc2f78f99101560f82be20fa80833d
treed66a74388e008483eaabb60147d0fc34845953c5
parent431e40e1a2f795d5069d97661b7cd55f3e3b05bf
Link the rts shared libs against gmp and the other C libs
When using shared libs we should link each lib against its deps. This allows
the dynamic linker to chase dependencies and means we do not have to specify
all indirect dependencies (as we must do for static libs).
rts/ghc.mk