Merge commit 'cb2dbe2c762dae44d890aa26620bcdd9022fd0f3'
* commit 'cb2dbe2c762dae44d890aa26620bcdd9022fd0f3': configure: arm: Assume softfp ABI on darwin Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
fdca935013
2
configure
vendored
2
configure
vendored
@ -4796,7 +4796,7 @@ EOF
|
|||||||
enable vfp_args
|
enable vfp_args
|
||||||
elif check_cpp_condition stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
|
elif check_cpp_condition stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
|
||||||
enable vfp_args
|
enable vfp_args
|
||||||
elif ! check_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__"; then
|
elif ! check_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__" && [ $target_os != darwin ]; then
|
||||||
case "${cross_prefix:-$cc}" in
|
case "${cross_prefix:-$cc}" in
|
||||||
*hardfloat*) enable vfp_args; fpabi=vfp ;;
|
*hardfloat*) enable vfp_args; fpabi=vfp ;;
|
||||||
*) check_ld "cc" <<EOF && enable vfp_args && fpabi=vfp || fpabi=soft ;;
|
*) check_ld "cc" <<EOF && enable vfp_args && fpabi=vfp || fpabi=soft ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user