Skip to content
Snippets Groups Projects
Commit f397a776 authored by Wilke Pierre's avatar Wilke Pierre
Browse files

typo Makefile

parent abea512a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ TOOLPREFIX := $(shell if riscv64-unknown-elf-objdump -i 2>&1 | grep 'elf64-big'
then echo 'riscv64-unknown-elf-'; \
elif riscv64-linux-gnu-objdump -i 2>&1 | grep 'elf64-big' >/dev/null 2>&1; \
then echo 'riscv64-linux-gnu-'; \
else echo "no-toolchain-found-" fi)
else echo "no-toolchain-found-"; fi)
endif
QEMU = qemu-system-riscv64
......
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