On Mon, Oct 08, 2012 at 10:29:10AM +0100, Ian Lynagh wrote: > On Fri, Oct 05, 2012 at 10:44:45AM +0000, Simon Peyton-Jones wrote: > > > > What can I do in my build.mk to build the stage2 compiler and libraries > > *only* dynamic, or *only* static (I don't much care which) provided it's > > one or t'other > > If you say > > DYNAMIC_BY_DEFAULT = NO > > then you'll get only static. Only dynamic isn't possible currently.
You can now have dynamic-only with DYNAMIC_BY_DEFAULT = YES GhcLibWays = dyn which is currently the default if you validate on x86_64/Linux or x86_64/OSX. Thanks Ian _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc