diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-11-14 05:13:27 +1100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-11-13 10:13:27 -0800 |
| commit | fc867422a3d8f72eca2589b450f46da48e891fee (patch) | |
| tree | 4020eeb230b8988ae0ff79145584dbcfce6d5630 /util | |
| parent | 9dc5432a3e16ca4ee42d84cacbcfa7aeee97d2f9 (diff) | |
| download | qmk_firmware-fc867422a3d8f72eca2589b450f46da48e891fee.tar.gz qmk_firmware-fc867422a3d8f72eca2589b450f46da48e891fee.zip | |
Update ARM GCC on macOS to 8.3 (#7318)
Diffstat (limited to 'util')
| -rwxr-xr-x | util/macos_install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh index c5c27d167..f993003f0 100755 --- a/util/macos_install.sh +++ b/util/macos_install.sh | |||
| @@ -22,8 +22,8 @@ if ! brew --version >/dev/null 2>&1; then | |||
| 22 | fi | 22 | fi |
| 23 | 23 | ||
| 24 | brew tap osx-cross/avr | 24 | brew tap osx-cross/avr |
| 25 | brew tap PX4/homebrew-px4 | 25 | brew tap osx-cross/arm |
| 26 | brew update | 26 | brew update |
| 27 | brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3 | 27 | brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3 |
| 28 | brew link --force avr-gcc@8 | 28 | brew link --force avr-gcc@8 |
| 29 | pip3 install -r "${util_dir}/../requirements.txt" | 29 | pip3 install -r "${util_dir}/../requirements.txt" |
