aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAndrei Lebedev <lebdron@gmail.com>2021-01-22 19:37:26 +0100
committerGitHub <noreply@github.com>2021-01-22 10:37:26 -0800
commit83b8e27b95e0117a80fe5e2e4749ecaede098fa0 (patch)
tree20bf19eea3665ccefe712d2c3592a4626d1a8843 /toolsrc/include
parent34a9432e2ba94bb4aa9bbbeb2a92aa3c0b1717a0 (diff)
downloadvcpkg-83b8e27b95e0117a80fe5e2e4749ecaede098fa0.tar.gz
vcpkg-83b8e27b95e0117a80fe5e2e4749ecaede098fa0.zip
[vcpkg,boost-modular-build-helper] initial ppc64le community support (#15572)
* [vcpkg] initial ppc64le community support Signed-off-by: Andrei Lebedev <lebdron@gmail.com> * [boost-modular-build-helper] ppc64le support Signed-off-by: Andrei Lebedev <lebdron@gmail.com> * Merge from master Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: dan-shaw <51385773+dan-shaw@users.noreply.github.com> Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/base/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/base/system.h b/toolsrc/include/vcpkg/base/system.h
index da14fa4bb..992533eb5 100644
--- a/toolsrc/include/vcpkg/base/system.h
+++ b/toolsrc/include/vcpkg/base/system.h
@@ -29,6 +29,7 @@ namespace vcpkg::System
ARM,
ARM64,
S390X,
+ PPC64LE,
};
Optional<CPUArchitecture> to_cpu_architecture(StringView arch);