From: Luke Kenneth Casson Leighton Date: Wed, 6 Jul 2022 19:55:03 +0000 (+0100) Subject: add missing gcc-powerpc64-linux-gnu package X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d2e276f9b834c78540d8d0374b87037e98dafa8;p=dev-env-setup.git add missing gcc-powerpc64-linux-gnu package --- diff --git a/ppc64-gdb-gcc b/ppc64-gdb-gcc index 97794b7..c21752d 100755 --- a/ppc64-gdb-gcc +++ b/ppc64-gdb-gcc @@ -5,7 +5,9 @@ if [ "$EUID" -ne 0 ] fi # first install powerpc64 gcc-8 cross-compiler -apt-get install gcc-8-powerpc64-linux-gnu wget texinfo +apt-get install gcc-8-powerpc64-linux-gnu \ + gcc-powerpc64-linux-gnu \ + wget texinfo # it your responsibility to check that the archive downloaded below is # uncompromised!