merge upstream HEAD
[ghc-hetmet.git] / ghc / ghc.mk
2011-04-19 Ian LynaghMake the compiler depend on unlit existing
2011-04-04 Ian LynaghRemove dead code, now that -fvia-c is a no-op
2011-01-23 Ian LynaghFix ghci in stage3
2011-01-21 Ian LynaghManually control more of the Cabal flags for the compil...
2011-01-21 Ian LynaghRemove some hardcoded makefile settings
2011-01-16 Ian LynaghHandle dependencies of programs on libraries correctly
2011-01-16 Ian LynaghRemove some flags that are redundant now GHC gets confi...
2011-01-16 Ian LynaghChange some HC_OPTS var handling
2011-01-16 Ian LynaghRemove some unnecessary workarounds
2011-01-15 Ian LynaghBuild system improvements
2010-05-20 Simon Marlowthe 'stage=0' trick to disable all compiler builds...
2010-05-06 Simon Marlowadd the proper library dependencies for GhcProfiled=YES
2010-04-28 Simon MarlowAdd $(GhcDynamic) knob, set to YES to get stage2 linked...
2010-04-27 Ian LynaghFix "make 2"
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2009-12-09 Ian LynaghEliminate mkdependC
2009-11-07 Ian LynaghTweak how shell wrappers are built
2009-11-07 Ian Lynaghghc-stage2 is now renamed to ghc when it is installed
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-09-11 Simon Marlowmove hschooks.c to ghc/, and enable it
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-07-01 Simon Marlowmake GhcProfiled work, and add a "prof" flavour to...
2009-05-30 Ian LynaghUnquote a $(LN_S) in ghc/ghc.mk
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-17 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-03 Ian LynaghFix building without GHCi
2009-04-30 Simon MarlowFIX build: add dependencies on ghc_boot_platform.h
2009-04-29 Duncan CouttsDon't actually build ghc itself with -dynamic
2009-04-28 Duncan CouttsDo not link ghc stage1 using -threaded, only for stage2...
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch