This commit is contained in:
Matthew Kennedy 2024-02-14 23:47:02 -08:00
parent 226f71fd84
commit c5f6855c35
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ $(info UNAME_SP: $(UNAME_SP))
ifeq ($(UNAME_S),Darwin)
COMPILER_PLATFORM = arm-gnu-toolchain-11.3.rel1-darwin-x86_64-arm-none-eabi
else ifeq ($(UNAME_SP),"Linux x86_64")
else ifeq ($(UNAME_SP),Linux x86_64)
COMPILER_PLATFORM = arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi
else
$(error Looks like your platform, $(shell uname -sp), doesn't have a supported compiler!)