commit | 502f901e17c7b3bfc8994562d91c5db6420edc40 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Jun 16 02:40:40 2020 -0700 |
committer | Stephen Hines <srhines@google.com> | Tue Jun 16 02:40:40 2020 -0700 |
tree | 98941c35228e491bf841d8b1d848d2aa5bd7e1d6 | |
parent | e40383355b3e22de4566df94dc6140e47eb695eb [diff] |
Prefer armv8.2-a to armv8.2a for GNU as compatibility There are still out-of-tree users of `-fno-integrated-as`, which will have issues without the hyphen. Bug: http://b/158191033 Test: ./build.py Change-Id: I44b68ab5b65a68df3993f38b99662178915e9be2
diff --git a/cc/config/arm64_device.go b/cc/config/arm64_device.go index 9383463..62d8cc8 100644 --- a/cc/config/arm64_device.go +++ b/cc/config/arm64_device.go
@@ -32,7 +32,7 @@ "-march=armv8-a", }, "armv8-2a": []string{ - "-march=armv8.2a", + "-march=armv8.2-a", }, }