summaryrefslogtreecommitdiff
path: root/includes/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Rework CC/CC_STAGE0 handling in `configure.ac`Herbert Valerio Riedel2016-04-161-1/+1
* Scrap IRIX supportHerbert Valerio Riedel2016-03-281-5/+0
* Drop redundant `-D__GLASGOW_HASKELL__=...` flagHerbert Valerio Riedel2015-12-311-3/+1
* Make `derivedConstants` more crosscompile-friendlyHerbert Valerio Riedel2015-11-191-0/+4
* Build system: simplify install.mk.inThomas Miedema2015-08-211-4/+4
* Fix bad '... \\' escape in ghcversion.h generationHerbert Valerio Riedel2015-01-191-6/+6
* Fix typo in GLASGOW_HASKELL_PATCHLEVEL2 macroHerbert Valerio Riedel2014-12-221-1/+1
* Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-051-5/+34
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Add some missing clang bits to the build system.Austin Seipp2013-06-171-0/+5
* Fix an all-target call in the build systemIan Lynagh2013-05-101-1/+1
* Small build system refactoringIan Lynagh2013-04-201-5/+5
* Add some more flags to includes_CC_OPTSIan Lynagh2012-11-121-0/+5
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-121-56/+22
* Fix build on platforms on which we don't have register infoIan Lynagh2012-10-271-1/+4
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+5
* Remove the --gen-haskell mode of mkDerivedConstantsIan Lynagh2012-09-131-15/+3
* Add a couple more mkDerivedConstants modesIan Lynagh2012-09-131-0/+16
* We need to install the platformConstants fileIan Lynagh2012-09-131-0/+2
* Add more modes to mkDerivedConstantsIan Lynagh2012-09-131-3/+19
* Use conditionals rather than CPP in mkDerivedConstantsIan Lynagh2012-09-131-34/+7
* typoGabor Greif2012-07-291-1/+1
* define TABLES_NEXT_TO_CODE in ghcautoconf.h (#5933)Simon Marlow2012-03-131-14/+17
* Improve support for cross-compilationSimon Marlow2012-01-301-2/+20
* RefactoringIan Lynagh2012-01-081-5/+3
* Fix header installationIan Lynagh2011-12-021-1/+1
* Move includes/DerivedConstants.h and includes/GHCConstants.h into dist dirsIan Lynagh2011-12-021-5/+8
* mergeSimon Marlow2011-11-221-0/+4
|\
| * Add autoconf support to detect an LLVM-based C compilerDavid M Peixotto2011-10-071-0/+4
* | Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-1/+1
|/
* Make include file paths a little prettierIan Lynagh2011-03-161-0/+2
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-2/+2
* Fix installation on cygwinIan Lynagh2011-01-111-4/+4
* Rejig the includes/ installation rulesIan Lynagh2011-01-091-8/+12
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-3/+3
* Correct the stage that the includes/ tools are built inIan Lynagh2010-12-061-2/+2
* Make mkDerivedConstants as a stage 1 programIan Lynagh2010-07-171-2/+2
* Fix HC porting test in makefilesIan Lynagh2010-07-161-3/+3
* Eliminate mkdependCIan Lynagh2009-12-091-2/+2
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-3/+3
* fix installation of header files (#3451)Simon Marlow2009-09-101-3/+14
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+3
* Stop building the rts against gmpDuncan Coutts2009-06-131-7/+0
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-1/+1
* fix a dependency: Makefile -> includes/MakefileSimon Marlow2009-05-191-1/+1
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+179