diff options
author | Jack Lloyd <[email protected]> | 2019-12-12 09:10:34 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-12-12 09:10:34 -0500 |
commit | 8f684a6f533feb54f888639f48c1ac6637a87950 (patch) | |
tree | eec8d73e1d6381a31fa72979fae76f4cfa72652e /src/build-data/cc | |
parent | 1b65377689d8522dfd80a34506594414b7d6ab61 (diff) |
Clean up handling of POWER ISA extensions
See #2226
Diffstat (limited to 'src/build-data/cc')
-rw-r--r-- | src/build-data/cc/gcc.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 4ff005bd5..a653fe47e 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -64,8 +64,7 @@ rdseed -> "-mrdseed" sha -> "-msha" altivec -> "-maltivec" -ppccrypto -> "-mcrypto" -power9 -> "-mcpu=power9" +powercrypto -> "-mcrypto" arm64:armv8crypto -> "" arm64:armv8sm3 -> "-march=armv8.2-a+sm4" |