summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* rts: Only declare environ when necessaryBen Gamari2022-01-111-0/+3
* hadrian: Fully implement source distributions (#19317)Zubin Duggal2022-01-111-0/+2
* iserv: Remove network dependent parts of libiservMatthew Pickering2021-12-121-1/+0
* rts/ProfHeap.c: Use setlocale() on platforms where uselocale() is not availablePHO2021-12-011-1/+1
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-271-1/+0
* Fix top-level configure script so --disable-foo worksJohn Ericson2021-11-271-12/+10
* Generate ghcversion.h with the top-level configureJohn Ericson2021-11-121-0/+19
* Factor out FP_FIND_LIBFFI and use in RTS configure tooJohn Ericson2021-11-081-62/+4
* Factor out GHC_ADJUSTORS_METHOD m4 macroJohn Ericson2021-11-081-48/+5
* Factor out unregisterised and tables next to code m4 macrosJohn Ericson2021-11-071-53/+2
* Remove target dependent CPP for Word64/Int64 (#11470)Sylvain Henry2021-11-061-1/+0
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-1/+4