Install powerpc gcc without a trailing "8"
authorCesar Strauss <cesar.strauss@inpe.br>
Sat, 23 Mar 2024 20:36:53 +0000 (17:36 -0300)
committerCesar Strauss <cesar.strauss@inpe.br>
Sat, 23 Mar 2024 20:39:59 +0000 (17:39 -0300)
This is needed by the Makefile of Microwatt's Hello World binary

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