summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-21 11:53:54 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-21 11:53:54 -0400
commit33fffa10388ab9e2dbb2cb72f7582ece807599ba (patch)
tree2660b15f791eb0a0145df897256a3873eace9986
parentecb0470004c240bf36994b134916862b1db21852 (diff)
remote a whitespace character in Makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03fde792..84aeb1ea 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ CROSS := arm-none-eabi-
MWCCARM := tools/mwccarm/$(MWCCVERSION)/mwccarm.exe
# Argh... due to EABI version shenanigans, we can't use GNU LD to link together
# MWCC built objects and GNU built ones. mwldarm, however, doesn't care, so we
-# have to use mwldarm for now.
+# have to use mwldarm for now.
# TODO: Is there a hack workaround to let us go back to GNU LD? Ideally, the
# only dependency should be MWCCARM.
MWLDARM := tools/mwccarm/$(MWCCVERSION)/mwldarm.exe