From 83b8e27b95e0117a80fe5e2e4749ecaede098fa0 Mon Sep 17 00:00:00 2001 From: Andrei Lebedev Date: Fri, 22 Jan 2021 19:37:26 +0100 Subject: [vcpkg,boost-modular-build-helper] initial ppc64le community support (#15572) * [vcpkg] initial ppc64le community support Signed-off-by: Andrei Lebedev * [boost-modular-build-helper] ppc64le support Signed-off-by: Andrei Lebedev * 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 --- triplets/community/ppc64le-linux.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 triplets/community/ppc64le-linux.cmake (limited to 'triplets') diff --git a/triplets/community/ppc64le-linux.cmake b/triplets/community/ppc64le-linux.cmake new file mode 100644 index 000000000..70fa5b44c --- /dev/null +++ b/triplets/community/ppc64le-linux.cmake @@ -0,0 +1,5 @@ +set(VCPKG_TARGET_ARCHITECTURE ppc64le) +set(VCPKG_CRT_LINKAGE dynamic) +set(VCPKG_LIBRARY_LINKAGE static) + +set(VCPKG_CMAKE_SYSTEM_NAME Linux) -- cgit v1.2.3