Browse Source

binutils -> gcc

Jorge Aparicio 8 years ago
parent
commit
164b21991c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ci/install.sh

+ 1 - 1
ci/install.sh

@@ -37,7 +37,7 @@ install_binutils() {
     case $TARGET in
     case $TARGET in
         thumbv*-none-eabi)
         thumbv*-none-eabi)
             sudo apt-get install -y --no-install-recommends \
             sudo apt-get install -y --no-install-recommends \
-                 binutils-arm-none-eabi
+                 gcc-arm-none-eabi
             ;;
             ;;
     esac
     esac
 }
 }