summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-1/+13
* Add configure flag to enable ASSERTs in all waysDaniel Gröber2021-07-291-0/+12
* packaging: Give ghc-pkg the same version as ProjectVersionMatthew Pickering2021-07-271-0/+1
* rts: Don't declare libCffi as bundled when using system libffiBen Gamari2021-07-271-1/+3
* rts: Break up adjustor logicBen Gamari2021-07-271-0/+54
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-06-201-2/+2
* hadrian: Don't depend upon bash from PATHBen Gamari2021-05-061-0/+2
* configure: Move libdw search logic to macroBen Gamari2021-05-051-53/+1
* configure: Move libnuma check to macroBen Gamari2021-05-051-57/+1
* configure: Move pthreads checks to macroBen Gamari2021-05-051-95/+1
* Break up aclocal.m4Ben Gamari2021-05-051-0/+1
* Add background note in elf_tlsgd.c.Viktor Dukhovni2021-04-221-1/+3
* Enable tables next to code for riscv64Andreas Schwab2021-04-191-1/+1
* configure: Bump version to 9.3wip/bump-versionBen Gamari2021-04-131-1/+1
* rts: Fix usage of pthread_setname_npBen Gamari2021-04-051-9/+59
* Apply 1 suggestion(s) to 1 file(s)Joachim Breitner2021-04-051-1/+1
* ./configure: Indicate that GHC=… should be a full pathJoachim Breitner2021-04-051-2/+2
* configure: Update comment describing versioning policyBen Gamari2021-04-011-2/+4
* llvmGen: Accept range of LLVM versionsBen Gamari2021-03-171-6/+10
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-2/+2
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-3/+3
* configure: avoid empty lines in AC_CONFIG_FILESSylvain Henry2021-02-281-4/+2
* Replace more autotools obsolete macros (#19189)Sylvain Henry2021-02-161-3/+0
* hadrian: Introduce ghci-wrapper packageBen Gamari2021-01-301-1/+14
* configure: Break up AC_CONFIG_FILES listBen Gamari2021-01-301-1/+32
* configure: fix the use of some obsolete macros (#19189)Sylvain Henry2021-01-171-20/+20