summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
Commit message (Expand)AuthorAgeFilesLines
* driver: Introduce pgmcxxBen Gamari2022-05-171-1/+2
* Enable eventlog support in all ways by defaultBen Gamari2022-04-271-21/+9
* Drop remaining vestiges of libtoolBen Gamari2022-04-251-1/+0
* Windows/Clang: Build system adaptationBen Gamari2022-04-061-10/+2
* Build ar archives with -L when "joining" objectsBen Gamari2022-04-061-0/+1
* Don't try to build stage1 with -eventlog if stage0 doesn't provide itPHO2022-02-081-0/+3
* Fix a few Note inconsistenciesBen Gamari2022-02-011-4/+5
* Propagate PythonCmd to make build systemBen Gamari2022-01-291-0/+5
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-271-0/+1
* Link with libm dynamically (#19877)Sylvain Henry2021-09-221-0/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-1/+1
* rts: Break up adjustor logicBen Gamari2021-07-271-10/+2
* Remove dynamic-by-default (#16782)Sylvain Henry2021-04-071-20/+0
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-1/+1
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-0/+2
* configure: Avoid hard-coded ld path on WindowsGHC GitLab CI2020-09-041-0/+10
* document how build system find toolchains on WindowsTamar Christina2020-08-281-0/+1
* Refactor handling of object mergingBen Gamari2020-08-051-1/+2
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-221-13/+0
* hadrian/make: Detect makeindexBen Gamari2020-06-251-0/+1
* Update `make` based build systemSylvain Henry2020-06-171-2/+2
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-3/+3
* Build a threaded stage 1 if the bootstrapping GHC supports it.Travis Whitaker2020-05-291-0/+3
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-011-0/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* Properly account for libdw paths in make build systemBen Gamari2019-11-191-0/+1
* configure: Add --with-libdw-{includes,libraries} flagsBen Gamari2019-11-061-0/+3
* distrib: Fix binary distribution installationBen Gamari2019-10-291-1/+2
* Don't substitute GccVersion variableBen Gamari2019-10-291-2/+0
* configure: Drop GccLT46Ben Gamari2019-10-251-1/+0
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-2/+2
* Simplify Configure in a few waysJohn Ericson2019-10-121-1/+3
* Get rid of GHC_PACKAGE_DB_FLAGJohn Ericson2019-10-071-2/+0
* Remove CONFIGURE_ARGS from configure.acJohn Ericson2019-10-071-8/+0
* Factor out a smaller part of Platform for host fallbackJohn Ericson2019-10-041-0/+2
* Make sure all boolean settings entries use `YES` / `NO`John Ericson2019-09-051-5/+4
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-11/+1
* Maintain separate flags for C++ compiler invocationsBen Gamari2019-06-131-0/+1
* Restore the --coerce option in 'happy' configurationVladislav Zavialov2019-05-141-2/+1
* Generate settings by make/hadrian instead of configureJohn Ericson2019-04-301-0/+37
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* gitlab-ci: Explicitly set bindist tarball nameBen Gamari2019-03-161-6/+6
* Rip out perl dependencyBen Gamari2019-03-091-1/+0
* Rip out object splittingBen Gamari2019-03-051-31/+1
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-1/+2
* Hadrian: support in-tree GMPAlec Theriault2019-01-231-0/+2
* Remove warnings-silencing flags for code generated by AlexSimon Jakobi2018-11-221-3/+0
* Build debugged prof runtimesÖmer Sinan Ağacan2018-09-101-0/+1
* function-section: enable on windowsTamar Christina2018-08-211-1/+1