diff options
author | Robert Morris <[email protected]> | 2019-11-07 06:44:23 -0500 |
---|---|---|
committer | Robert Morris <[email protected]> | 2019-11-07 06:44:23 -0500 |
commit | 20f1dd940964d7e01cf8c8d9b1a5b751840b7f3b (patch) | |
tree | 3aa0714040f24f35dad09f4cf9b7d4143a97b6f6 /Makefile | |
parent | 16b3b63f06c1ea17da484aeebea4a57fb2a6e44a (diff) | |
download | xv6-labs-20f1dd940964d7e01cf8c8d9b1a5b751840b7f3b.tar.gz xv6-labs-20f1dd940964d7e01cf8c8d9b1a5b751840b7f3b.tar.bz2 xv6-labs-20f1dd940964d7e01cf8c8d9b1a5b751840b7f3b.zip |
more grind
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |