summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* rts: Correctly call pthread_setname_np() on NetBSDPHO2021-05-071-0/+17
| | | | | | NetBSD supports pthread_setname_np() but it expects a printf-style format string and a string argument. Also use pthread for itimer on this platform.
* hadrian: Don't depend upon bash from PATHBen Gamari2021-05-061-0/+15
| | | | | | | | Previously Hadrian depended implicitly upon whatever `bash` it found in `PATH`, offerring no way for the user to override. Fix this by detecting `sh` in `configure` and passing the result to Hadrian. Fixes #19797.
* configure: Move libdw search logic to macroBen Gamari2021-05-051-0/+57
|
* configure: Move libnuma check to macroBen Gamari2021-05-051-0/+60
|
* configure: Move pthreads checks to macroBen Gamari2021-05-051-0/+101
|
* Break up aclocal.m4Ben Gamari2021-05-0566-0/+2638
|
* llvmGen: Accept range of LLVM versionsBen Gamari2021-03-171-0/+177
Previously we would support only one LLVM major version. Here we generalize this to accept a range, taking this range to be LLVM 10 to 11, as 11 is necessary for Apple M1 support. We also accept 12, as that is what apple ships with BigSur on the M1.