Commit 60a21b3d authored by Martin Storsjö's avatar Martin Storsjö

configure: Check for _M_ARMT to detect thumb when using MSVC

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 616b409c
......@@ -3996,6 +3996,7 @@ elif enabled alpha; then
elif enabled arm; then
enabled msvc && check_cpp_condition stddef.h "defined _M_ARMT" && enable thumb
check_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb
enabled thumb && check_cflags -mthumb || check_cflags -marm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment