summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/build_cmake/toolchains/ppc64le/linux/plat_gcc.cmake
blob: 47e706c0d3930c6b2ae5a717bd14540b66f2facc (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Public Domain 2014-present MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#  All rights reserved.
#
# See the file LICENSE for redistribution information.
#

if(CMAKE_CROSSCOMPILING)
    set(CROSS_COMPILER_PEFIX "powerpc64le-linux-gnu-")
endif()