summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* configure: Drop unused AC_PROG_CPPRodrigo Mesquita2023-05-161-3/+0
* Move "target has RTS linker" out of settingsRodrigo Mesquita2023-05-111-12/+0
* rts: always build 64-bit atomic opsCheng Shao2023-04-241-5/+0
* Synchronize `configure.ac` and `distrib/configure.ac.in`Gabriella Gonzalez2023-03-061-1/+1
* Enable response files for linker if supportedGabriella Gonzalez2023-03-061-0/+2
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-1/+1
* Windows: Remove mingwex dependencyRyan Scott2023-02-031-11/+0
* Bump supported LLVM range from 10 through 15 to 11 through 16Matthew Pickering2023-02-011-2/+2
* configure: Always create the VERSION fileBen Gamari2023-01-311-0/+3
* Store bootstrap_llvm_target and use it to set LlvmTarget in bindistsMatthew Pickering2023-01-091-0/+2
* Pass -Wl,-no_fixup_chains to ld64 when appropiateMatthew Pickering2023-01-071-0/+5
* Revert "configure: Drop uses of AC_PROG_CC_C99"Matthew Pickering2023-01-051-0/+5
* Bump GHC version to 9.7ghc-9.7-startBen Gamari2022-12-221-1/+1
* configure: Bump version to 9.6Ben Gamari2022-12-211-1/+1
* configure: Use AS_HELP_STRING instead of AC_HELP_STRINGBen Gamari2022-12-201-1/+1
* configure: Drop uses of AC_PROG_CC_C99Ben Gamari2022-12-201-5/+0
* configure: Bump min bootstrap GHC version to 9.2Bryan Richter2022-12-131-1/+1
* ci: Add job to test hadrian-multi commandMatthew Pickering2022-12-091-0/+1
* Add initial support for LoongArch Architecture.lrzlin2022-12-081-1/+1
* Add Javascript backendSylvain Henry2022-11-291-3/+7
* Don't let configure perform trivial substitutions (#21846)Sylvain Henry2022-11-231-39/+15
* rts: Check for program_invocation_short_name via autoconfBen Gamari2022-11-111-0/+5
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-111-1/+1
* autoconf: check getpid getuid raiseCheng Shao2022-11-111-0/+2
* bump llvm upper boundCarter Schonwald2022-11-071-1/+1
* gen-dll: Drop itBen Gamari2022-11-031-1/+0
* rts: remove use of `TIME_WITH_SYS_TIME`Nicolas Trangez2022-10-211-3/+0
* build: get rid of `HAVE_TIME_H`Nicolas Trangez2022-10-211-1/+1
* configure: Bump minimum bootstrap GHC versionBen Gamari2022-10-181-2/+3
* CmmToC: emit explicit tail calls when the C compiler supports itCheng Shao2022-10-111-0/+2
* Hadrian: merge archives even in stage 0sheaf2022-09-201-0/+1
* configure: remove unused program checksCheng Shao2022-09-161-5/+0
* Drop mk/{build,install,config}.mk.inBen Gamari2022-08-251-9/+1
* configure: Use AC_PATH_TOOL to detect toolsBen Gamari2022-07-191-12/+9
* hadrian: Add multi:<pkg> and multi targets for starting a multi-replMatthew Pickering2022-07-181-1/+1
* configure: Only probe for LD in FIND_LDBen Gamari2022-06-271-1/+2
* configure: Check CC_STAGE0 for --target supportBen Gamari2022-05-191-2/+4
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-05-171-0/+4
* driver: Introduce pgmcxxBen Gamari2022-05-171-0/+2
* docs: Fix path to GHC API docs in index.htmlMatthew Pickering2022-05-101-1/+0
* configure: Make sphinx version check more robustBen Gamari2022-05-041-1/+1
* Update supported LLVM versionsBen Gamari2022-05-041-1/+1
* configure: Bump GHC version to 9.5Ben Gamari2022-04-281-1/+1
* Enable eventlog support in all ways by defaultBen Gamari2022-04-271-9/+0
* Drop remaining vestiges of libtoolBen Gamari2022-04-251-17/+0
* Windows/Clang: Build system adaptationBen Gamari2022-04-061-122/+21
* hadrian: Produce ar archives with L modifier on WindowsBen Gamari2022-04-061-0/+1
* configure: bump LlvmMaxVersion to 14Cheng Shao2022-03-231-1/+1
* Reinstallable GHCZubin Duggal2022-02-211-0/+5
* Don't try to build stage1 with -eventlog if stage0 doesn't provide itPHO2022-02-081-1/+10