projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed4513
)
Install powerpc gcc without a trailing "8"
author
Cesar Strauss
<cesar.strauss@inpe.br>
Sat, 23 Mar 2024 20:36:53 +0000
(17:36 -0300)
committer
Cesar 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
patch
|
blob
|
history
diff --git
a/install-hdl-apt-reqs
b/install-hdl-apt-reqs
index cc4beedf02429eff6e4530dcd8100bf19c772620..6ade3986d671f5187b41a3fdfbbac98f0e2e169c 100755
(executable)
--- a/
install-hdl-apt-reqs
+++ b/
install-hdl-apt-reqs
@@
-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