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:
4edc26e
)
install powerpc gcc afterwards in case it fails
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 26 Mar 2022 10:29:02 +0000
(10:29 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 26 Mar 2022 10:29:02 +0000
(10:29 +0000)
install-hdl-apt-reqs
patch
|
blob
|
history
diff --git
a/install-hdl-apt-reqs
b/install-hdl-apt-reqs
index afd289ee938bfc83699d4275a7569fb70594a243..a12d1e5b07b373baa22ef0ee4129fef878bdfdfc 100755
(executable)
--- a/
install-hdl-apt-reqs
+++ b/
install-hdl-apt-reqs
@@
-26,7
+26,6
@@
apt-get install -y autoconf \
flex \
g++ \
gawk \
- gcc-8-powerpc64-linux-gnu \
git \
gperf \
graphviz \
@@
-68,3
+67,6
@@
apt-get install -y autoconf \
vim \
wget \
xdot
+
+# if doing this on ppc64le it may fail
+apt-get install -y gcc-8-powerpc64-linux-gnu