Skip to content
Snippets Groups Projects
Commit 224e993b authored by Yuxiao Mao's avatar Yuxiao Mao
Browse files

Makefile: use rv64 toolchain by default

parent 0d585e9f
No related branches found
No related tags found
No related merge requests found
TOOLCHAIN_PREFIX ?= #riscv32-unknown-linux-gnu-
TOOLCHAIN_PREFIX ?= riscv64-unknown-linux-gnu-
CC = $(TOOLCHAIN_PREFIX)gcc
OBJDUMP = $(TOOLCHAIN_PREFIX)objdump
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment