mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 15:47:46 +00:00
[build] change macOS bootstrapped GCC to official ARM brew tap (#4514)
Change to using ARM's official toolchain tap.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user