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. Thanks Ian _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc