summaryrefslogtreecommitdiff
path: root/includes/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Simplify Configure in a few waysJohn Ericson2019-10-121-17/+0
* Define GHC_STAGE in headers instead of command-lineBen Gamari2019-10-091-0/+2
* Relayout generated header bodyBen Gamari2019-10-091-41/+41
* Remove {Build,Host}Platform_NAME from headerJohn Ericson2019-10-041-11/+0
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-88/+159
* Make sure all boolean settings entries use `YES` / `NO`John Ericson2019-09-051-5/+5
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-2/+2
* Make stage 1 GHC target independentJohn Ericson2019-07-241-8/+0
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-141-0/+1
* Maintain separate flags for C++ compiler invocationsBen Gamari2019-06-131-0/+1
* Fix uses of #ifdef/#ifndefBen Gamari2019-06-121-3/+3
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-141-1/+16
* Purge TargetPlatform_NAME and cTargetPlatformStringJohn Ericson2019-05-081-0/+1
* Remove cGhcEnableTablesNextToCodeJohn Ericson2019-05-061-0/+1
* Move cGHC_UNLIT_PGM to be "unlit command" in settingsJohn Ericson2019-04-301-0/+1
* Generate settings by make/hadrian instead of configureJohn Ericson2019-04-301-0/+46
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* 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