Keep separate linker flags, for when we want to link with gcc or ld
[ghc-hetmet.git] / rules / distdir-way-opts.mk
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
2011-01-16 Ian LynaghChange some HC_OPTS var handling
2010-09-05 Ian LynaghDon't pass our gcc options to stage0 ghc's gcc; they...
2010-07-23 Ian LynaghUse different CC/LD options for different stages
2009-12-01 Ian LynaghDelay expansion of some makefile variables until they...
2009-12-01 Ian LynaghAvoid running empty for loops; fixes trac #3683
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-10-15 Simon MarlowTweak to the way per-source-file options are specified
2009-09-29 Simon MarlowNo need to use -split-objs with dynamic libraries
2009-09-14 Simon MarlowFix collateral damage after distdir-opts.mk was refacto...
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-09-08 Simon Marlowadd $(CONF_*_OPTS) for options that come from ./configu...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch