Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / ppc64-gdb-gcc
index c3b2e12d243ab361775334a797708542377ad72f..5f2ca95c9fff4f1752242935f2393272c03141d8 100755 (executable)
@@ -5,7 +5,9 @@ if [ "$EUID" -ne 0 ]
 fi
 
 # first install powerpc64 gcc-8 cross-compiler
-apt-get install gcc-8-powerpc64-linux-gnu
+apt-get -y install gcc-8-powerpc64-linux-gnu \
+                gcc-powerpc64-linux-gnu \
+                wget texinfo
 
 # it your responsibility to check that the archive downloaded below is
 # uncompromised!