diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/cc/clang.txt | 1 | ||||
-rw-r--r-- | src/build-data/cc/gcc.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index d68d9a167..8cbe1a731 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -41,6 +41,7 @@ aesni -> "-maes" clmul -> "-mpclmul" rdrand -> "-mrdrnd" sha -> "-msha" +altivec -> "-maltivec" </isa_flags> <mach_opt> diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 94cb48c94..8a3e45461 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -48,6 +48,7 @@ aesni -> "-maes" clmul -> "-mpclmul" rdrand -> "-mrdrnd" sha -> "-msha" +altivec -> "-maltivec" </isa_flags> <mach_opt> |