summaryrefslogtreecommitdiff
path: root/includes/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Don't produce platformConstants fileSylvain Henry2021-04-101-8/+0
* Remove dynamic-by-default (#16782)Sylvain Henry2021-04-071-4/+0
* Don't get host RTS ways via settings (#18651)Sylvain Henry2020-10-171-6/+0
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-0/+2
* document how build system find toolchains on WindowsTamar Christina2020-08-281-0/+1
* Fix use distro toolchianTamar Christina2020-08-281-0/+3
* Refactor handling of object mergingBen Gamari2020-08-051-0/+2
* Fix GHC_STAGE definition generated by makeLeon Schoorl2020-08-021-1/+1
* Fix build systemsSylvain Henry2020-07-251-10/+0
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-221-1/+0
* Implement `fullCompilerVersion`Hécate2020-07-181-1/+1
* Add the __GHC_FULL_VERSION__ CPP macro to expose the full GHC versionHécate2020-07-031-0/+1
* Update `make` based build systemSylvain Henry2020-06-171-1/+1
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-011-0/+1
* 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