Commit 8324d427 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '616b409c'

* commit '616b409c':
  configure: Check MSVC defines for identifying hardfloat
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents d9f3efd3 616b409c
......@@ -4766,6 +4766,8 @@ EOF
if check_cpp_condition stddef.h "defined __ARM_PCS_VFP"; then
enable vfp_args
elif check_cpp_condition stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
enable vfp_args
elif ! check_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__"; then
case "${cross_prefix:-$cc}" in
*hardfloat*) enable vfp_args; fpabi=vfp ;;
......
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