summaryrefslogtreecommitdiff
path: root/m4/ghc_llvm_target.m4
Commit message (Collapse)AuthorAgeFilesLines
* Store bootstrap_llvm_target and use it to set LlvmTarget in bindistsMatthew Pickering2023-01-091-1/+6
| | | | | | | | | | This mirrors some existing logic for the bootstrap_target which influences how TargetPlatform is set. As described on #21970 not storing this led to `LlvmTarget` being set incorrectly and hence the wrong `--target` flag being passed to the C compiler. Towards #21970
* Modularize autoconf platform detectionJohn Ericson2021-10-311-0/+9
| | | | | | | This will allow better reuse of it, such as in the upcoming RTS configure script. Progress towards #17191
* Break up aclocal.m4Ben Gamari2021-05-051-0/+45