summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Bump Windows toolchainBen Gamari2023-02-031-1/+1
* Drop mk/{build,install,config}.mk.inBen Gamari2022-08-253-1140/+0
* Drop mkdirhierBen Gamari2022-08-251-2/+0
* Drop make build systemBen Gamari2022-08-2527-773/+0
* compiler: Drop --build-id=none hackBen Gamari2022-08-181-4/+0
* hadrian: Fix bindist installation on DarwinBen Gamari2022-08-091-0/+34
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-05-171-0/+13
* driver: Introduce pgmcxxBen Gamari2022-05-171-1/+2
* Enable eventlog support in all ways by defaultBen Gamari2022-04-272-50/+22
* Drop remaining vestiges of libtoolBen Gamari2022-04-251-1/+0
* get-win32-tarballs: Drop i686 architectureBen Gamari2022-04-221-2/+2
* Windows/Clang: Build system adaptationBen Gamari2022-04-062-11/+3
* 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-012-5/+6
* Rip out remaining SPARC supportBen Gamari2022-01-291-1/+1
* Propagate PythonCmd to make build systemBen Gamari2022-01-291-0/+5
* hadrian: Fully implement source distributions (#19317)Zubin Duggal2022-01-111-2/+11
* hadrian: Don't rely on realpath in bindist MakefileBen Gamari2021-12-021-0/+53
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-272-1/+1
* Make: Get rid of GHC_INCLUDE_DIRSJohn Ericson2021-11-151-1/+0
* Make: Install RTS headers in `$libdir/rts/include` not `$libdir/include`John Ericson2021-11-121-1/+1
* Make build system: Put make generated include's in RTS distdirsJohn Ericson2021-10-311-1/+1
* Remove stray reference to `dist-ghcconstants`John Ericson2021-10-251-1/+1
* Link with libm dynamically (#19877)Sylvain Henry2021-09-221-0/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-092-2/+2
* rts: Break up adjustor logicBen Gamari2021-07-271-10/+2
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-0/+18
* [bindist] inject xattr -c -r . into the darwin install phaseMoritz Angermann2021-05-251-0/+7
* Remove dynamic-by-default (#16782)Sylvain Henry2021-04-077-26/+0
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-1/+1
* Bump win32-tarballs version to 0.3Ben Gamari2020-10-091-1/+1
* Enable TICKY_TICKY for debug builds when building with makefiles.David Himmelstrup2020-09-111-2/+2
* [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
* Fix use distro toolchianTamar Christina2020-08-281-2/+3
* Refactor handling of object mergingBen Gamari2020-08-051-1/+2
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-221-13/+0
* get-win32-tarballs: Fix detection of missing tarballsBen Gamari2020-07-221-1/+3
* hadrian/make: Detect makeindexBen Gamari2020-06-251-0/+1
* Update `make` based build systemSylvain Henry2020-06-178-10/+10
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-3/+3
* Windows: Bump Windows toolchain to 0.2Ben Gamari2020-05-301-1/+1
* Build a threaded stage 1 if the bootstrapping GHC supports it.Travis Whitaker2020-05-291-0/+3
* get-win32-tarballs: Improve diagnostics outputBen Gamari2020-05-131-2/+8
* get-win32-tarballs: Fix base URLBen Gamari2020-05-131-1/+0
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-011-0/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Rework handling of win32 toolchain tarballsBen Gamari2020-02-142-326/+59