summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Fix GHCJS OS platform (fix #23346)Sylvain Henry2023-05-151-1/+1
* configure: Fix FIND_CXX_STD_LIB test on DarwinBen Gamari2023-03-161-0/+11
* Small fixes to configure scriptGabriella Gonzalez2023-03-061-2/+2
* Fix configure failure on alpine linuxGabriella Gonzalez2023-03-061-1/+2
* Quote variablesGabriella Gonzalez2023-03-061-4/+3
* Try to create somewhat portable `ld` commandGabriella Gonzalez2023-03-061-1/+1
* Apply 1 suggestion(s) to 1 file(s)sheaf2023-03-061-1/+1
* Enable response files for linker if supportedGabriella Gonzalez2023-03-061-0/+19
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-063-4/+4
* Enable tables next to code for LoongArch64lrzlin2023-02-031-1/+1
* configure: support "windows" as an OSSylvain Henry2023-01-252-2/+5
* Give the RTS it's own configure scriptJohn Ericson2023-01-181-3/+0
* Change MSYSTEM to CLANG64 uniformlyCheng Shao2023-01-121-1/+1
* configure: Fix escaping of `$tooldir`Ben Gamari2023-01-121-4/+4
* m4/fp_leading_underscore.m4: Avoid implicit exit function declarationFlorian Weimer2023-01-111-6/+4
* Store bootstrap_llvm_target and use it to set LlvmTarget in bindistsMatthew Pickering2023-01-091-1/+6
* Pass -Wl,-no_fixup_chains to ld64 when appropiateMatthew Pickering2023-01-071-0/+24
* Revert "configure: Drop uses of AC_PROG_CC_C99"Matthew Pickering2023-01-051-0/+38
* compiler: Ensure that GHC toolchain is first in search pathBen Gamari2022-12-241-4/+4
* configure: Drop uses of AC_PROG_CC_C99Ben Gamari2022-12-201-38/+0
* Add initial support for LoongArch Architecture.lrzlin2022-12-084-3/+12
* Add Javascript backendSylvain Henry2022-11-294-1/+13
* Redirect output of musttail attribute testWill Hawkins2022-11-261-1/+1
* Don't let configure perform trivial substitutions (#21846)Sylvain Henry2022-11-233-7/+8
* configure: Don't check for an unsupported version of LLVMARATA Mizuki2022-11-151-1/+1
* Clarify that LLVM upper bound is non-inclusive during configure (#22411)Zubin Duggal2022-11-111-3/+3
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-115-2/+14
* build: get rid of `HAVE_TIME_H`Nicolas Trangez2022-10-211-2/+0
* CmmToC: emit explicit tail calls when the C compiler supports itCheng Shao2022-10-111-0/+16
* Repair c++ probing on OpenBSDGreg Steuck2022-09-141-0/+1
* Windows: Always define _UCRT when compiling C codeRyan Scott2022-09-121-1/+5
* compiler: Drop --build-id=none hackBen Gamari2022-08-181-20/+0
* system-cxx-std-lib: Add support for FreeBSD libcxxrtBen Gamari2022-08-091-20/+55
* Statically-link against libc++ on WindowsBen Gamari2022-07-161-0/+7
* configure: Don't override Windows CXXFLAGSBen Gamari2022-07-161-1/+1
* Suppress extra output from configure check for c++ librariesGreg Steuck2022-07-161-2/+2
* configure: Don't attempt to override linker on DarwinBen Gamari2022-06-151-1/+8
* configure: Hide spurious warning from ldBen Gamari2022-06-151-1/+1
* Remove -z wxneeded for OpenBSDGreg Steuck2022-05-241-7/+0
* configure: Check CC_STAGE0 for --target supportBen Gamari2022-05-191-9/+10
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-05-171-0/+58
* driver: Introduce pgmcxxBen Gamari2022-05-172-0/+4
* FIND_LLVM_PROG: Recognize llvm suffix used by FreeBSD, ie llc10.mikael2022-05-111-2/+2
* configure: Check for ffi.hBen Gamari2022-05-101-3/+10
* Drop remaining vestiges of libtoolBen Gamari2022-04-251-6/+0
* configure: Make environ decl check more robustBen Gamari2022-04-071-2/+5
* Windows/Clang: Build system adaptationBen Gamari2022-04-062-68/+184
* hadrian: Produce ar archives with L modifier on WindowsBen Gamari2022-04-061-0/+30
* fp_prog_ar.m4: take AR var into considerationAdrian Ratiu2022-04-011-1/+2
* Always define __GLASGOW_HASKELL_PATCHLEVEL1/2__ macrosMatthew Pickering2022-02-171-0/+4