Skip to content

Commit

Permalink
Grammar police.
Browse files Browse the repository at this point in the history
  • Loading branch information
brylow committed Nov 10, 2017
1 parent 7787d8f commit 23715ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ OBJCOPY := $(COMPILER_ROOT)objcopy

# Sanity check: does 'gcc' actually exist?
ifneq ($(shell if $(CC) --version > /dev/null 2>&1; then echo 1; fi),1)
$(warning $(CC) not found; try install both gcc and binutils aiming target platform; also try overriding COMPILER_ROOT \
$(warning $(CC) not found; try install both gcc and binutils for target platform; also try overriding COMPILER_ROOT \
(see README.compiling) to fix the problem.)
endif

Expand Down

1 comment on commit 23715ec

@mjschultz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚓

Please sign in to comment.