]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96398: Detect emcc and mpicc in compiler names in configure (#117819)
authorErlend E. Aasland <erlend@python.org>
Fri, 12 Apr 2024 14:33:29 +0000 (16:33 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 14:33:29 +0000 (16:33 +0200)
commit4ce10da36ff4c29dbf2cc40ebfcbcd260b635e05
tree60ae0d051a319d48f778d28baab116168e84e548
parent2d3d9b4461d0e2cb475014868af3c2f241cb6495
gh-96398: Detect emcc and mpicc in compiler names in configure (#117819)

- emcc defines __EMSCRIPTEN__
- mpicc doesn't define anything in particular; detect it using basename
configure
configure.ac