From 631af68467e266668b91978ee47a07ae6d020e08 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 20 May 2021 16:03:03 +0100 Subject: [PATCH] add texinfo to ppc64-gdb-gcc --- ppc64-gdb-gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- 2.30.2