update Makefile

This commit is contained in:
Blaise Tine
2020-09-24 18:29:09 -07:00
parent 807ce24e94
commit a10d6fed47
20 changed files with 30 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
RISCV_TOOLCHAIN_PATH ?= ~/dev/riscv-gnu-toolchain/drops
RISCV_TOOLCHAIN_PATH ?= /opt/riscv-gnu-toolchain/drops
VORTEX_RT_PATH ?= $(wildcard ../..)
CC = $(RISCV_TOOLCHAIN_PATH)/bin/riscv32-unknown-elf-gcc