Commit d06ea6e5 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '60a21b3d'

* commit '60a21b3d':
  configure: Check for _M_ARMT to detect thumb when using MSVC

Conflicts:
	configure
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents 8324d427 60a21b3d
......@@ -4758,6 +4758,8 @@ 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__" && check_cc <<EOF && enable_weak thumb
float func(float a, float b){ return a+b; }
EOF
......
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