summaryrefslogtreecommitdiff
path: root/core/nds32/toolchain.mk
blob: e2405d30541b944b9cf67a2ccf216b0c00d6bfab (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Set coreboot-sdk as the default toolchain for nds32
NDS32_DEFAULT_COMPILE=/opt/coreboot-sdk/bin/nds32le-elf-

# Select Andes bare-metal toolchain
$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_nds32),$(NDS32_DEFAULT_COMPILE))