summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-11-07 06:44:23 -0500
committerRobert Morris <[email protected]>2019-11-07 06:44:23 -0500
commit20f1dd940964d7e01cf8c8d9b1a5b751840b7f3b (patch)
tree3aa0714040f24f35dad09f4cf9b7d4143a97b6f6 /Makefile
parent16b3b63f06c1ea17da484aeebea4a57fb2a6e44a (diff)
downloadxv6-labs-20f1dd940964d7e01cf8c8d9b1a5b751840b7f3b.tar.gz
xv6-labs-20f1dd940964d7e01cf8c8d9b1a5b751840b7f3b.tar.bz2
xv6-labs-20f1dd940964d7e01cf8c8d9b1a5b751840b7f3b.zip
more grind
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46fd956..574911b 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ TOOLPREFIX := $(shell if riscv64-unknown-elf-objdump -i 2>&1 | grep 'elf64-big'
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 "*** Error: Couldn't find a riscv64 version of GCC/binutils." 1>&2; \
echo "*** To turn off this error, run 'gmake TOOLPREFIX= ...'." 1>&2; \
echo "***" 1>&2; exit 1; fi)
endif