summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/cmake/toolchains/aarch64/linux/plat_gcc.cmake
blob: b82bbfe9b94137dc9317addfb276c7c4f1f21d82 (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_PREFIX "aarch64-linux-gnu-")
endif()