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/arm64_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/arm64_device.go')
| -rw-r--r-- | cc/config/arm64_device.go | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cc/config/arm64_device.go b/cc/config/arm64_device.go index b2b07648..00c29f53 100644 --- a/cc/config/arm64_device.go +++ b/cc/config/arm64_device.go @@ -50,15 +50,12 @@ var ( "-mcpu=cortex-a53", }, "cortex-a55": []string{ - // The cortex-a55 target is not yet supported, - // so use cortex-a53. - "-mcpu=cortex-a53", + "-mcpu=cortex-a55", }, "cortex-a75": []string{ - // Use the cortex-a53 since it is similar to the little + // Use the cortex-a55 since it is similar to the little // core (cortex-a55) and is sensitive to ordering. - // The cortex-a55 target is not yet supported. - "-mcpu=cortex-a53", + "-mcpu=cortex-a55", }, "kryo": []string{ // Use the cortex-a57 cpu since some compilers |
