| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop redundant `-D__GLASGOW_HASKELL__=...` flag | Herbert Valerio Riedel | 2015-12-31 | 1 | -3/+1 |
* | Make `derivedConstants` more crosscompile-friendly | Herbert Valerio Riedel | 2015-11-19 | 1 | -0/+4 |
* | Build system: simplify install.mk.in | Thomas Miedema | 2015-08-21 | 1 | -4/+4 |
* | Fix bad '... \\' escape in ghcversion.h generation | Herbert Valerio Riedel | 2015-01-19 | 1 | -6/+6 |
* | Fix typo in GLASGOW_HASKELL_PATCHLEVEL2 macro | Herbert Valerio Riedel | 2014-12-22 | 1 | -1/+1 |
* | Implement `MIN_VERSION_GLASGOW_HASKELL()` macro | Herbert Valerio Riedel | 2014-10-05 | 1 | -5/+34 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -2/+2 |
* | Add some missing clang bits to the build system. | Austin Seipp | 2013-06-17 | 1 | -0/+5 |
* | Fix an all-target call in the build system | Ian Lynagh | 2013-05-10 | 1 | -1/+1 |
* | Small build system refactoring | Ian Lynagh | 2013-04-20 | 1 | -5/+5 |
* | Add some more flags to includes_CC_OPTS | Ian Lynagh | 2012-11-12 | 1 | -0/+5 |
* | Replace mkDerivedConstants.c with DeriveConstants.hs | Ian Lynagh | 2012-11-12 | 1 | -56/+22 |
* | Fix build on platforms on which we don't have register info | Ian Lynagh | 2012-10-27 | 1 | -1/+4 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 1 | -0/+5 |
* | Remove the --gen-haskell mode of mkDerivedConstants | Ian Lynagh | 2012-09-13 | 1 | -15/+3 |
* | Add a couple more mkDerivedConstants modes | Ian Lynagh | 2012-09-13 | 1 | -0/+16 |
* | We need to install the platformConstants file | Ian Lynagh | 2012-09-13 | 1 | -0/+2 |
* | Add more modes to mkDerivedConstants | Ian Lynagh | 2012-09-13 | 1 | -3/+19 |
* | Use conditionals rather than CPP in mkDerivedConstants | Ian Lynagh | 2012-09-13 | 1 | -34/+7 |
* | typo | Gabor Greif | 2012-07-29 | 1 | -1/+1 |
* | define TABLES_NEXT_TO_CODE in ghcautoconf.h (#5933) | Simon Marlow | 2012-03-13 | 1 | -14/+17 |
* | Improve support for cross-compilation | Simon Marlow | 2012-01-30 | 1 | -2/+20 |
* | Refactoring | Ian Lynagh | 2012-01-08 | 1 | -5/+3 |
* | Fix header installation | Ian Lynagh | 2011-12-02 | 1 | -1/+1 |
* | Move includes/DerivedConstants.h and includes/GHCConstants.h into dist dirs | Ian Lynagh | 2011-12-02 | 1 | -5/+8 |
* | merge | Simon Marlow | 2011-11-22 | 1 | -0/+4 |
|\ |
|
| * | Add autoconf support to detect an LLVM-based C compiler | David M Peixotto | 2011-10-07 | 1 | -0/+4 |
* | | Improve the way we call "rm" in the build system; fixes trac #4916 | Ian Lynagh | 2011-11-19 | 1 | -1/+1 |
|/ |
|
* | Make include file paths a little prettier | Ian Lynagh | 2011-03-16 | 1 | -0/+2 |
* | Tweak some deps to avoid multiple $(wildcard ...)s | Ian Lynagh | 2011-01-23 | 1 | -2/+2 |
* | Fix installation on cygwin | Ian Lynagh | 2011-01-11 | 1 | -4/+4 |
* | Rejig the includes/ installation rules | Ian Lynagh | 2011-01-09 | 1 | -8/+12 |
* | On Cygwin, use a Cygwin-style path for /bin/install's destination | Ian Lynagh | 2011-01-06 | 1 | -3/+3 |
* | Correct the stage that the includes/ tools are built in | Ian Lynagh | 2010-12-06 | 1 | -2/+2 |
* | Make mkDerivedConstants as a stage 1 program | Ian Lynagh | 2010-07-17 | 1 | -2/+2 |
* | Fix HC porting test in makefiles | Ian Lynagh | 2010-07-16 | 1 | -3/+3 |
* | Eliminate mkdependC | Ian Lynagh | 2009-12-09 | 1 | -2/+2 |
* | Make installation on *nix work for paths with spaces in their name | Ian Lynagh | 2009-11-05 | 1 | -3/+3 |
* | fix installation of header files (#3451) | Simon Marlow | 2009-09-10 | 1 | -3/+14 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -3/+3 |
* | Stop building the rts against gmp | Duncan Coutts | 2009-06-13 | 1 | -7/+0 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -1/+1 |
* | fix a dependency: Makefile -> includes/Makefile | Simon Marlow | 2009-05-19 | 1 | -1/+1 |
* | 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/+179 |