Browse Source

Correct if-statement

pull/1619/head 0.5.105
ThreeFx 6 years ago
committed by Jack Humbert
parent
commit
8341068299
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/install_dependencies.sh

+ 1
- 1
util/install_dependencies.sh View File

@ -111,7 +111,7 @@ elif [[ -n "$(type -P pkg)" ]]; then
arm-none-eabi-binutils \
arm-none-eabi-newlib \
diffutils
elif [[ -n "$(type emerge)" ]]; then
elif [[ -n "$(type -P emerge)" ]]; then
echo 'Please check that your gcc is built with the multilib use flag enabled.'
emerge -vq sys-devel/crossdev
USE="-openmp -hardened -sanitize -vtv" crossdev -s4 --stable --g =4.9.4 --portage --verbose --target avr


Loading…
Cancel
Save