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

fix TOOLPREFIX

parent 4bd37fe3
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +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 "***" 1>&2; \
echo "*** Error: Couldn't find an riscv64 version of GCC/binutils." 1>&2; \
echo "*** To turn off this error, run 'gmake TOOLPREFIX= ...'." 1>&2; \
echo "***" 1>&2; exit 1; 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