X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=util%2Finstall_dependencies.sh;h=227c86f87fb39d3628c6779d69ebae37f9bcf3e2;hb=aee67854769feee7e94edd90686178d89946a7ee;hp=1b73a8b3bfa3f337c435bfdd5ac01f1e2b4d0c8f;hpb=3e41cde9f99778ca30c03b97470c32780379db43;p=qmk_firmware.git diff --git a/util/install_dependencies.sh b/util/install_dependencies.sh index 1b73a8b3b..227c86f87 100755 --- a/util/install_dependencies.sh +++ b/util/install_dependencies.sh @@ -111,4 +111,8 @@ elif [[ -n "$(type -P pkg)" ]]; then arm-none-eabi-binutils \ arm-none-eabi-newlib \ diffutils +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 fi