diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 11:53:54 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 11:53:54 -0400 |
commit | 33fffa10388ab9e2dbb2cb72f7582ece807599ba (patch) | |
tree | 2660b15f791eb0a0145df897256a3873eace9986 | |
parent | ecb0470004c240bf36994b134916862b1db21852 (diff) |
remote a whitespace character in Makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |