mirror of
https://github.com/libffi/libffi.git
synced 2026-01-26 10:07:53 +00:00
Fix compilation for Cortex-A53 (#934)
When cross-compiling with clang and flags "--target=armv7-linux-gnueabihf -mcpu=cortex-a53" compilation failed on instructions, used coprocessor.
This commit is contained in:
parent
c3a2b65748
commit
170bab47c9
@ -120,11 +120,9 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef __clang__
|
||||
/* We require interworking on LDM, which implies ARMv5T,
|
||||
which implies the existance of BLX. */
|
||||
.arch armv5t
|
||||
#endif
|
||||
|
||||
/* Note that we use STC and LDC to encode VFP instructions,
|
||||
so that we do not need ".fpu vfp", nor get that added to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user