[build] change macOS bootstrapped GCC to official ARM brew tap (#4514)

Change to using ARM's official toolchain tap.
This commit is contained in:
Neal Jackson
2020-01-29 22:14:17 -08:00
committed by GitHub
parent bc02c6c05c
commit 45d78d7871
+2 -2
View File
@@ -74,8 +74,8 @@ install_packages_brew()
brew install automake libtool
# add ARM toolchain
brew tap PX4/homebrew-px4
brew install gcc-arm-none-eabi
brew tap ArmMbed/homebrew-formulae
brew install arm-none-eabi-gcc
# check for gcc for posix examples
if ! which gcc; then