configure: Add -msoft-float to CCASFLAGS
Otherwise mismatch between API flags triggers linker failure
This commit is contained in:
parent
e5851b63e0
commit
ef7c843b44
1 changed files with 1 additions and 0 deletions
|
@ -679,6 +679,7 @@ if test "x$target_cpu" = xarm64; then
|
|||
TARGET_CFLAGS="$TARGET_CFLAGS -march=armv8-a+nofp+nosimd"
|
||||
else
|
||||
TARGET_CFLAGS="$TARGET_CFLAGS -msoft-float"
|
||||
TARGET_CCASFLAGS="$TARGET_CCASFLAGS -msoft-float"
|
||||
fi
|
||||
|
||||
# By default, GCC 4.4 generates .eh_frame sections containing unwind
|
||||
|
|
Loading…
Reference in a new issue