summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate some AC_SUBST / AC_DEFINEJohn Ericson2021-11-021-0/+10
* Modularize autoconf platform detectionJohn Ericson2021-10-311-3/+25
* Rename fp_gcc_supports__atomics to fp_cc_supports__atomicsHaochen Tong2021-10-121-1/+1
* Move libatomic check into m4/fp_gcc_supports_atomics.m4Haochen Tong2021-10-121-32/+3
* Check for libatomic dependency for atomic operationsHaochen Tong2021-10-121-0/+26
* configure: Clarify meaning of CabalHaveLibffiBen Gamari2021-09-231-3/+1
* configure: Fix copy/paste errorBen Gamari2021-09-231-1/+1
* configure: Add check for whether CC supports --targetBen Gamari2021-09-231-1/+5
* configure: Move nm search logic to new fileBen Gamari2021-09-231-33/+1
* Link with libm dynamically (#19877)Sylvain Henry2021-09-221-0/+2