diff options
author | Gustavo Serra Scalet <[email protected]> | 2017-03-20 10:38:24 -0300 |
---|---|---|
committer | Gustavo Serra Scalet <[email protected]> | 2017-03-20 10:38:24 -0300 |
commit | b0430cb2b7126dcd6543d0941c3f3984de7d935d (patch) | |
tree | 8b9ccea552b7ddadbd620a2ec239d651ecf12514 | |
parent | 6bfc86924d6d20f8cdeb832f40be224a03d00858 (diff) |
Add ppc64le (POWER8 little endian) as supported cpu
-rw-r--r-- | src/build-data/arch/ppc64le.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/build-data/arch/ppc64le.txt b/src/build-data/arch/ppc64le.txt new file mode 100644 index 000000000..533a4b0e8 --- /dev/null +++ b/src/build-data/arch/ppc64le.txt @@ -0,0 +1,22 @@ +endian little + +family ppc +wordsize 64 + +<aliases> +powerpc64 +</aliases> + +<submodel_aliases> +</submodel_aliases> + +<submodels> +power8 +</submodels> + +<submodel_aliases> +</submodel_aliases> + +<isa_extensions> +altivec +</isa_extensions> |