From 33fffa10388ab9e2dbb2cb72f7582ece807599ba Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Tue, 21 Apr 2020 11:53:54 -0400 Subject: remote a whitespace character in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3