summaryrefslogtreecommitdiff
path: root/core/riscv-rv32i/toolchain.mk
blob: aa833d1ca35442ecede15b4bb26946128e88c454 (plain)
1
2
3
4
5
6
7
# 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.

# Select RISC-V bare-metal toolchain
$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_riscv),\
	/opt/coreboot-sdk/bin/riscv64-elf-)