summaryrefslogtreecommitdiff
path: root/hadrian/src/Settings/Packages.hs
Commit message (Expand)AuthorAgeFilesLines
* Don't try to build stage1 with -eventlog if stage0 doesn't provide itPHO2022-02-081-0/+3
* hadrian: Don't pass empty paths via -IBen Gamari2021-12-011-2/+2
* Hadrian: bring up to date with latest make improvementsJohn Ericson2021-11-181-0/+4
* hadrian: Ensure that term.h is in include search pathBen Gamari2021-11-171-0/+7
* hadrian: Factor out --extra-*-dirs=... patternBen Gamari2021-11-171-9/+19
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-151-2/+4
* Delete dead code knobs for building GHC itselfJohn Ericson2021-11-151-6/+0
* make build system: RTS should use dist-install not distJohn Ericson2021-10-291-2/+2
* rts: Don't declare libCffi as bundled when using system libffiBen Gamari2021-07-271-0/+2
* hadrian: Always specify flag values explicitlyBen Gamari2021-07-271-23/+21
* rts: Break up adjustor logicBen Gamari2021-07-271-6/+5
* Pass '-x c++' and '-std=c++11' to `cc` for cpp files, in HadrianEthan Kiang2021-07-061-1/+2
* Fix libffi on PowerPCPeter Trommler2021-06-281-6/+1
* rts: move xxxHash out of the user namespaceTamar Christina2021-06-241-4/+2
* Hadrian: Add support for packages with C++ filesMatthew Pickering2021-02-051-0/+1
* Implement Unique supply with Addr# atomic primopSylvain Henry2021-01-051-16/+0
* Rename ghci flag into internal-interpreterSylvain Henry2020-09-161-7/+8
* Define TICKY_TICKY when compiling cmm RTS files.David Himmelstrup2020-09-111-1/+2
* Remove unused "ncg" flagSylvain Henry2020-07-221-2/+1
* winio: Drop Windows Vista support, require Windows 7Tamar Christina2020-07-151-10/+0
* Update HadrianSylvain Henry2020-06-171-45/+47
* hadrian: Drop redundant GHC argumentsBen Gamari2020-06-141-4/+0
* hadrian: Fix rts include and library pathsBen Gamari2020-06-141-3/+6
* rts: Drop compatibility shims for Windows VistaBen Gamari2020-05-301-1/+1
* Build a threaded stage 1 if the bootstrapping GHC supports it.Travis Whitaker2020-05-291-5/+25
* Hadrian: fix cross-compiler build (#16051)Sylvain Henry2020-05-241-14/+33
* hadrian: Don't --export-dynamic on DarwinBen Gamari2020-04-121-1/+6
* hadrian: Use --export-dynamic when linking iservBen Gamari2020-04-091-0/+8
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-261-4/+0
* Use configure script to detect that we should use in-tree GMP on WindowsSylvain Henry2020-03-021-6/+1
* Fix Hadrian's ``--configure`` (fix #17883)Sylvain Henry2020-02-291-8/+9
* hadrian: Tell Cabal about integer-gmp library locationBen Gamari2020-02-261-4/+17
* hadrian: Refactor gmp argumentsBen Gamari2020-02-261-10/+14
* hadrian: Allow libnuma library path to be specifiedBen Gamari2020-02-261-0/+7
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Hadrian: refactor GMP in-tree build support (#17756)Sylvain Henry2020-02-181-9/+4
* Fix GhcThreaded settingBen Gamari2020-02-081-1/+3
* Bump haskeline submodule to 0.8.0.1Ben Gamari2020-01-081-0/+7
* Properly account for libdw paths in make build systemBen Gamari2019-11-191-2/+5
* configure: Add --with-libdw-{includes,libraries} flagsBen Gamari2019-11-061-1/+5
* hadrian: Shuffle around RTS build flagsBen Gamari2019-10-291-10/+19
* hadrian: Define NOSMP when building rts unregisterisedBen Gamari2019-10-291-2/+4
* hadrian: Define USE_LIBFFI_FOR_ADJUSTORS when necessaryBen Gamari2019-10-291-0/+2
* Simplify Configure in a few waysJohn Ericson2019-10-121-3/+3
* Define GHC_STAGE in headers instead of command-lineBen Gamari2019-10-091-2/+1
* Rename STAGE macro to GHC_STAGEBen Gamari2019-10-091-1/+1
* Always enable the external interpreterJohn Ericson2019-10-041-4/+0
* rts: RetainerProfile.c: Re-enable and fix warningsDaniel Gröber2019-09-221-1/+1
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-3/+4
* hadrian: Refactor file patterns for future Shake changes (fixes #17005)James Foster2019-08-061-22/+22