Skip to content

Commit

Permalink
Install linux tools for appropriate architecture (betaflight#13335)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCEvans authored Jan 29, 2024
1 parent a4b21d6 commit 05eda71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ arm_sdk_version:
ARM_SDK_URL_BASE := https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10
# source: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
ifeq ($(OSFAMILY), linux)
ARM_SDK_URL := $(ARM_SDK_URL_BASE)-x86_64-linux.tar.bz2
ARM_SDK_URL := $(ARM_SDK_URL_BASE)-$(shell uname -m)-linux.tar.bz2
endif

ifeq ($(OSFAMILY), macosx)
Expand Down

0 comments on commit 05eda71

Please sign in to comment.