소스 검색

Added gentoo support for dependency script

ThreeFx 7 년 전
부모
커밋
a553dcba5a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      util/install_dependencies.sh

+ 4 - 0
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 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