]> git.ipfire.org Git - thirdparty/ccache.git/commit
Probe assembler for supported -m* flags
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 14 Jul 2020 13:08:22 +0000 (15:08 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 14 Jul 2020 13:08:22 +0000 (15:08 +0200)
commit81c5610b764aa8e9cc632748698fea0e43684e2f
tree8c4cbecab6c35193f201565af097b55d16ebadd9
parent1252e2daf1c6dfea3f50c0a21f851ac94161c661
Probe assembler for supported -m* flags

Since CMake uses the assembler executable for compiling assembler source
code it’s not quite correct to probe the C++ compiler (nor the C
compiler) since it may not be the same as the assembler.

Fixes #625.
cmake/CheckAsmCompilerFlag.cmake [new file with mode: 0644]
src/third_party/blake3/CMakeLists.txt