Merge "Prefer armv8.2-a to armv8.2a for GNU as compatibility"

This commit is contained in:
Treehugger Robot 2020-06-16 21:45:06 +00:00 committed by Gerrit Code Review
commit e6c1d80072
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ var (
"-march=armv8-a", "-march=armv8-a",
}, },
"armv8-2a": []string{ "armv8-2a": []string{
"-march=armv8.2a", "-march=armv8.2-a",
}, },
} }