Skip to content
Snippets Groups Projects
Commit 59cee42d authored by Martin Storsjö's avatar Martin Storsjö
Browse files

arm: Check for the .arch directive in configure


When targeting windows, the .arch directive isn't available.

So far, when building for windows, we've always used gas-preprocessor,
both when using msvc's armasm and when using clang. Lately, clang/llvm
has implemented the last missing piece (altmacro support) for building
our assembly without gas-preprocessor. This means that we now build
for arm/windows with clang without any extra compatibility layer.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent ce080f47
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment