Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.ac: don't use -msoft-float for arm64
aarch64 toolchains do not support the -msoft-float option added by commit 3661261. Insted, for arm64 use -march=armv8-a+nofp+nosimd. Reported-by: Ryan Harkin <[email protected]>
- Loading branch information