--- ./configure +++ /.configure @@ -4493,17 +4493,21 @@ enabled thumb && check_cflags -mthumb || check_cflags -marm - if check_cpp_condition stddef.h "defined __ARM_PCS_VFP"; 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 ;; - *) check_ld "cc" <