| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix building with devel snapshots | Ian Lynagh | 2012-03-17 | 1 | -0/+9 |
* | tyops | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | Improve support for cross-compilation | Simon Marlow | 2012-01-30 | 1 | -2/+6 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -2/+5 |
* | Improve the way we call "rm" in the build system; fixes trac #4916 | Ian Lynagh | 2011-11-19 | 1 | -2/+2 |
* | Remove an old "ToDo" comment | Ian Lynagh | 2011-09-13 | 1 | -1/+0 |
* | sanitise naming of package lists | Simon Marlow | 2011-08-05 | 1 | -1/+1 |
* | Follow Cabal reorganisation, and improve build system a little | Ian Lynagh | 2011-06-23 | 1 | -0/+1 |
* | Rename "extra-gcc-opts" to "settings", and start generalising it | Ian Lynagh | 2011-04-21 | 1 | -5/+5 |
* | Make the compiler depend on unlit existing | Ian Lynagh | 2011-04-20 | 1 | -11/+13 |
* | Remove dead code, now that -fvia-c is a no-op | Ian Lynagh | 2011-04-04 | 1 | -3/+3 |
* | Fix ghci in stage3 | Ian Lynagh | 2011-01-23 | 1 | -5/+1 |
* | Manually control more of the Cabal flags for the compiler and ghc packages | Ian Lynagh | 2011-01-21 | 1 | -0/+8 |
* | Remove some hardcoded makefile settings | Ian Lynagh | 2011-01-21 | 1 | -19/+0 |
* | Handle dependencies of programs on libraries correctly | Ian Lynagh | 2011-01-16 | 1 | -5/+0 |
* | Remove some flags that are redundant now GHC gets configured by Cabal | Ian Lynagh | 2011-01-16 | 1 | -10/+0 |
* | Change some HC_OPTS var handling | Ian Lynagh | 2011-01-16 | 1 | -19/+21 |
* | Remove some unnecessary workarounds | Ian Lynagh | 2011-01-16 | 1 | -9/+0 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 1 | -2/+2 |
* | the 'stage=0' trick to disable all compiler builds stopped working; fix it | Simon Marlow | 2010-05-20 | 1 | -8/+7 |
* | add the proper library dependencies for GhcProfiled=YES | Simon Marlow | 2010-05-06 | 1 | -0/+5 |
* | Add $(GhcDynamic) knob, set to YES to get stage2 linked with -dynamic | Simon Marlow | 2010-04-28 | 1 | -0/+5 |
* | Fix "make 2" | Ian Lynagh | 2010-04-27 | 1 | -0/+7 |
* | Make sure all the clean rules are always included | Ian Lynagh | 2010-04-24 | 1 | -11/+6 |
* | Eliminate mkdependC | Ian Lynagh | 2009-12-09 | 1 | -3/+11 |
* | Tweak how shell wrappers are built | Ian Lynagh | 2009-11-07 | 1 | -1/+1 |
* | ghc-stage2 is now renamed to ghc when it is installed | Ian Lynagh | 2009-11-07 | 1 | -0/+6 |
* | Make installation on *nix work for paths with spaces in their name | Ian Lynagh | 2009-11-05 | 1 | -2/+2 |
* | Make a mingw tree from mingw tarballs | Ian Lynagh | 2009-10-23 | 1 | -3/+3 |
* | move hschooks.c to ghc/, and enable it | Simon Marlow | 2009-09-11 | 1 | -0/+4 |
* | Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS vars | Ian Lynagh | 2009-09-11 | 1 | -1/+0 |
* | make GhcProfiled work, and add a "prof" flavour to build.mk | Simon Marlow | 2009-07-01 | 1 | -2/+3 |
* | Unquote a $(LN_S) in ghc/ghc.mk | Ian Lynagh | 2009-05-30 | 1 | -1/+1 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -5/+5 |
* | Bootstrapping fixes | Ian Lynagh | 2009-05-17 | 1 | -1/+2 |
* | Bootstrapping fixes | Ian Lynagh | 2009-05-16 | 1 | -3/+13 |
* | Fix building without GHCi | Ian Lynagh | 2009-05-03 | 1 | -1/+4 |
* | FIX build: add dependencies on ghc_boot_platform.h | Simon Marlow | 2009-04-30 | 1 | -0/+5 |
* | Don't actually build ghc itself with -dynamic | Duncan Coutts | 2009-04-29 | 1 | -4/+0 |
* | Do not link ghc stage1 using -threaded, only for stage2 or 3 | Duncan Coutts | 2009-04-28 | 1 | -1/+2 |
* | Use haskeline, rather than editline, for line editing in ghci | Ian Lynagh | 2009-04-29 | 1 | -6/+14 |
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 1 | -0/+12 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -0/+127 |