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