summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* [make] Allow to set the curses library for stage0Moritz Angermann2021-02-171-0/+1
* document how build system find toolchains on WindowsTamar Christina2021-01-251-0/+1
* Fix use distro toolchianTamar Christina2021-01-251-2/+3
* Disable deprecation warnings in Cabal buildBen Gamari2020-12-161-0/+2
* [macOS] improved runpath handlingwip/angerman/ghc-8.10-backport-rpathMoritz Angermann2020-10-141-0/+2
* configure: Avoid hard-coded ld path on WindowsGHC GitLab CI2020-10-061-0/+10
* Refactor handling of object mergingBen Gamari2020-08-041-1/+2
* Build a threaded stage 1 if the bootstrapping GHC supports it.Travis Whitaker2020-07-221-0/+3
* Backport get-win32-tarballs configure changesBen Gamari2020-03-191-1/+0
* gitlab-ci: Backport CI rework from masterBen Gamari2020-03-182-326/+59
* 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-252-3/+0
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-2/+2
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-202-61/+126
* Simplify Configure in a few waysJohn Ericson2019-10-123-6/+4
* 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
* gitlab-ci: Fix doc-tarball jobBen Gamari2019-07-031-2/+2
* Disable optimisation when building Cabal in development flavoursBen Gamari2019-06-153-0/+13
* Maintain separate flags for C++ compiler invocationsBen Gamari2019-06-131-0/+1
* Add `-haddock` to prepare-system.sh and .gitlab-ci.ymlTakenobu Tani2019-06-021-1/+1
* Add `-haddock` to perf.mk rather than prepare-system.shTakenobu Tani2019-06-021-1/+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-255-6/+6
* gitlab-ci: Explicitly set bindist tarball nameBen Gamari2019-03-161-6/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-153-3/+3
* Rip out perl dependencyBen Gamari2019-03-093-3/+0
* Rip out object splittingBen Gamari2019-03-0519-49/+1
* gitlab-ci: Produce DWARF-enabled binary distributionBen Gamari2019-03-011-0/+14
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-1/+2
* Turn on -Wno-unused-imports in make build systemMatthew Pickering2019-02-021-0/+3
* Use O2 on stage1 for faster overall build times with make.klebinger.andreas@gmx.at2019-01-319-9/+9
* 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
* Allow arbitrary options to be passed to tar compressionBen Gamari2018-08-081-3/+3
* Make :doc work for the ghc librarySimon Jakobi2018-07-271-2/+5
* circleci: Detect core countBen Gamari2018-07-061-0/+26
* Remove BUILD_DPH, not usedKrzysztof Gogolewski2018-07-062-5/+0
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-1/+4
* `--via-asm` only for windows targetsMoritz Angermann2018-03-061-2/+6
* Compile with `--via-asm` when cross compiling.Moritz Angermann2018-03-021-2/+6