Install powerpc gcc without a trailing "8"
[dev-env-setup.git] / install-hdl-apt-reqs
index cc4beedf02429eff6e4530dcd8100bf19c772620..6ade3986d671f5187b41a3fdfbbac98f0e2e169c 100755 (executable)
@@ -73,3 +73,6 @@ apt-get -t buster-backports install -y qemu-system-ppc/buster-backports
 # if doing this on ppc64le it may fail
 apt-get install -y gcc-8-powerpc64-linux-gnu
 apt-get install -y gcc-8-powerpc64le-linux-gnu
+# install the gcc binaries above, but without the trailing "8"
+apt-get install -y gcc-powerpc64-linux-gnu
+apt-get install -y gcc-powerpc64le-linux-gnu