add texinfo to ppc64-gdb-gcc
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 20 May 2021 15:03:03 +0000 (16:03 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 20 May 2021 15:03:03 +0000 (16:03 +0100)
ppc64-gdb-gcc

index 814ba68205e21f5337fade28c48539c5e03909dd..97794b75259640da97bad232263a986cd6b7e978 100755 (executable)
@@ -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!