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
This commit is contained in:
@@ -32,7 +32,7 @@ var (
|
|||||||
"-march=armv8-a",
|
"-march=armv8-a",
|
||||||
},
|
},
|
||||||
"armv8-2a": []string{
|
"armv8-2a": []string{
|
||||||
"-march=armv8.2a",
|
"-march=armv8.2-a",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user