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