summaryrefslogtreecommitdiffstats
path: root/util/install_dependencies.sh
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-09-20 04:00:20 +0200
committerIBNobody <ibnobody@gmail.com>2016-09-20 04:00:20 +0200
commit3b1df7fb00cd759a9c628c9f0e5183200c53c7f3 (patch)
treef310e72223a25414f69c2dec70509fed26dc3960 /util/install_dependencies.sh
parentbbf06d516a2946816e2ad53798dac7ee901ad25b (diff)
parent5f9c2f63ffb2c58db73e67442134be58bfe2c129 (diff)
downloadqmk_firmware-3b1df7fb00cd759a9c628c9f0e5183200c53c7f3.tar.gz
qmk_firmware-3b1df7fb00cd759a9c628c9f0e5183200c53c7f3.tar.xz
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'util/install_dependencies.sh')
-rwxr-xr-xutil/install_dependencies.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/util/install_dependencies.sh b/util/install_dependencies.sh
index 49ac86e07..936a86593 100755
--- a/util/install_dependencies.sh
+++ b/util/install_dependencies.sh
@@ -68,9 +68,8 @@ elif [[ -n "$(type -P yum)" ]]; then
avr-libc \
dfu-programmer \
dfu-util \
- gcc-arm-none-eabi \
- binutils-arm-none-eabi \
- libnewlib-arm-none-eabi \
+ arm-none-eabi-gcc-cs \
+ arm-none-eabi-newlib \
git \
diffutils
# The listed eabi pacackes do unfortunately not exist for CentOS,