soong: use optimal FPU for Cortex-A7

* Cortex-A7 supports VFPv4 instructions

Test: make otapackage
Change-Id: I709811980cda398994ba8c6e791a8625a3422455
This commit is contained in:
Jake Weinstein 2017-04-06 22:25:34 -04:00 committed by Christopher Ferris
parent a688be8f7d
commit 5cfd709529

View file

@ -109,6 +109,7 @@ var (
},
"cortex-a7": []string{
"-mcpu=cortex-a7",
"-mfpu=neon-vfpv4",
// Fake an ARM compiler flag as these processors support LPAE which GCC/clang
// don't advertise.
// TODO This is a hack and we need to add it for each processor that supports LPAE until some