summaryrefslogtreecommitdiff
path: root/ghc/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix building with devel snapshotsIan Lynagh2012-03-171-0/+9
* tyopsGabor Greif2012-02-271-1/+1
* Improve support for cross-compilationSimon Marlow2012-01-301-2/+6
* Time handling overhaulSimon Marlow2011-11-251-2/+5
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-2/+2
* Remove an old "ToDo" commentIan Lynagh2011-09-131-1/+0
* sanitise naming of package listsSimon Marlow2011-08-051-1/+1
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-0/+1
* Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-211-5/+5
* Make the compiler depend on unlit existingIan Lynagh2011-04-201-11/+13
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-3/+3
* Fix ghci in stage3Ian Lynagh2011-01-231-5/+1
* Manually control more of the Cabal flags for the compiler and ghc packagesIan Lynagh2011-01-211-0/+8
* Remove some hardcoded makefile settingsIan Lynagh2011-01-211-19/+0
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-161-5/+0
* Remove some flags that are redundant now GHC gets configured by CabalIan Lynagh2011-01-161-10/+0
* Change some HC_OPTS var handlingIan Lynagh2011-01-161-19/+21
* Remove some unnecessary workaroundsIan Lynagh2011-01-161-9/+0
* Build system improvementsIan Lynagh2011-01-151-2/+2
* the 'stage=0' trick to disable all compiler builds stopped working; fix itSimon Marlow2010-05-201-8/+7
* add the proper library dependencies for GhcProfiled=YESSimon Marlow2010-05-061-0/+5
* Add $(GhcDynamic) knob, set to YES to get stage2 linked with -dynamicSimon Marlow2010-04-281-0/+5
* Fix "make 2"Ian Lynagh2010-04-271-0/+7
* Make sure all the clean rules are always includedIan Lynagh2010-04-241-11/+6
* Eliminate mkdependCIan Lynagh2009-12-091-3/+11
* Tweak how shell wrappers are builtIan Lynagh2009-11-071-1/+1
* ghc-stage2 is now renamed to ghc when it is installedIan Lynagh2009-11-071-0/+6
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-2/+2
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-3/+3
* move hschooks.c to ghc/, and enable itSimon Marlow2009-09-111-0/+4
* Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS varsIan Lynagh2009-09-111-1/+0
* make GhcProfiled work, and add a "prof" flavour to build.mkSimon Marlow2009-07-011-2/+3
* Unquote a $(LN_S) in ghc/ghc.mkIan Lynagh2009-05-301-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-5/+5
* Bootstrapping fixesIan Lynagh2009-05-171-1/+2
* Bootstrapping fixesIan Lynagh2009-05-161-3/+13
* Fix building without GHCiIan Lynagh2009-05-031-1/+4
* FIX build: add dependencies on ghc_boot_platform.hSimon Marlow2009-04-301-0/+5
* Don't actually build ghc itself with -dynamicDuncan Coutts2009-04-291-4/+0
* Do not link ghc stage1 using -threaded, only for stage2 or 3Duncan Coutts2009-04-281-1/+2
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-291-6/+14
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+127