Merge "soong: use optimal FPU on Cortex-A15"

This commit is contained in:
Christopher Ferris
2017-05-17 23:33:56 +00:00
committed by Gerrit Code Review

View File

@@ -121,6 +121,7 @@ var (
},
"cortex-a15": []string{
"-mcpu=cortex-a15",
"-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