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:
a3ae360
)
add wget used in ppc64-gdb-gcc script
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 20 May 2021 14:46:49 +0000
(15:46 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 20 May 2021 14:46:52 +0000
(15:46 +0100)
ppc64-gdb-gcc
patch
|
blob
|
history
diff --git
a/ppc64-gdb-gcc
b/ppc64-gdb-gcc
index c3b2e12d243ab361775334a797708542377ad72f..814ba68205e21f5337fade28c48539c5e03909dd 100755
(executable)
--- a/
ppc64-gdb-gcc
+++ b/
ppc64-gdb-gcc
@@
-5,7
+5,7
@@
if [ "$EUID" -ne 0 ]
fi
# first install powerpc64 gcc-8 cross-compiler
-apt-get install gcc-8-powerpc64-linux-gnu
+apt-get install gcc-8-powerpc64-linux-gnu
wget
# it your responsibility to check that the archive downloaded below is
# uncompromised!