summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-11-14 05:13:27 +1100
committerDrashna Jaelre <drashna@live.com>2019-11-13 10:13:27 -0800
commitfc867422a3d8f72eca2589b450f46da48e891fee (patch)
tree4020eeb230b8988ae0ff79145584dbcfce6d5630
parent9dc5432a3e16ca4ee42d84cacbcfa7aeee97d2f9 (diff)
Update ARM GCC on macOS to 8.3 (#7318)0.7.73
-rwxr-xr-xutil/macos_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index c5c27d1670..f993003f09 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -22,8 +22,8 @@ if ! brew --version >/dev/null 2>&1; then
fi
brew tap osx-cross/avr
-brew tap PX4/homebrew-px4
+brew tap osx-cross/arm
brew update
-brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3
+brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
brew link --force avr-gcc@8
pip3 install -r "${util_dir}/../requirements.txt"