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:
cdd6bae
)
fixed missing end quote
author
Sadoon Albader
<sadoon@soulserv.xyz>
Mon, 28 Aug 2023 14:02:03 +0000
(17:02 +0300)
committer
Sadoon Albader
<sadoon@soulserv.xyz>
Mon, 28 Aug 2023 14:02:03 +0000
(17:02 +0300)
ppc64-gdb-gcc
patch
|
blob
|
history
diff --git
a/ppc64-gdb-gcc
b/ppc64-gdb-gcc
index 66d6c6e8c309f2ddcff27c6ab76f0d5945d08265..2b0ec13a41afedf34a19529023e08a810fb9d66d 100755
(executable)
--- a/
ppc64-gdb-gcc
+++ b/
ppc64-gdb-gcc
@@
-25,7
+25,7
@@
tar -xvzf gdb-8.3.tar.gz
cd gdb-8.3
mkdir -p build
cd build
-if $(uname -m) != "ppc64le; then
+if $(uname -m) != "ppc64le
"
; then
../configure --srcdir=.. --host=x86_64-linux --target=powerpc64-linux-gnu
else
../configure --srcdir=.. --target=powerpc64-linux-gnu