From a553dcba5ad000e62305b8001b5f2cf863c81935 Mon Sep 17 00:00:00 2001 From: ThreeFx Date: Sun, 20 Aug 2017 00:24:51 +0200 Subject: Added gentoo support for dependency script --- util/install_dependencies.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util') diff --git a/util/install_dependencies.sh b/util/install_dependencies.sh index 1b73a8b3b..99368950b 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 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 -- cgit v1.2.3-24-g4f1b