diff options
| author | Bill Yi <byi@google.com> | 2018-11-28 18:33:29 -0800 |
|---|---|---|
| committer | Bill Yi <byi@google.com> | 2018-11-28 18:33:29 -0800 |
| commit | 25ce2ab6bf2b41dd300236b01c47206f12006b75 (patch) | |
| tree | 327ea83738ffb3f9bfb7d9e0bccb5b1f777aa565 /cc/config/arm_device.go | |
| parent | a427e814f07d071b4a3c31976a7701b4f80546b5 (diff) | |
| parent | a5471138c51014e1cfa84a50bf3c7da26e5a06cb (diff) | |
| download | build_soong-25ce2ab6bf2b41dd300236b01c47206f12006b75.tar.gz build_soong-25ce2ab6bf2b41dd300236b01c47206f12006b75.tar.bz2 build_soong-25ce2ab6bf2b41dd300236b01c47206f12006b75.zip | |
Merge pi-qpr1-release PQ1A.181105.017.A1 to pi-platform-release
Change-Id: Id26c628ad766809fd69076b6840d684d6fcfb6d4
Diffstat (limited to 'cc/config/arm_device.go')
| -rw-r--r-- | cc/config/arm_device.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/config/arm_device.go b/cc/config/arm_device.go index 4e0f6e05..cad1b161 100644 --- a/cc/config/arm_device.go +++ b/cc/config/arm_device.go @@ -98,7 +98,7 @@ var ( "-D__ARM_FEATURE_LPAE=1", }, "cortex-a55": []string{ - "-mcpu=cortex-a53", + "-mcpu=cortex-a55", "-mfpu=neon-fp-armv8", // Fake an ARM compiler flag as these processors support LPAE which GCC/clang // don't advertise. @@ -107,7 +107,7 @@ var ( "-D__ARM_FEATURE_LPAE=1", }, "cortex-a75": []string{ - "-mcpu=cortex-a53", + "-mcpu=cortex-a55", "-mfpu=neon-fp-armv8", // Fake an ARM compiler flag as these processors support LPAE which GCC/clang // don't advertise. |
