From: Luke Kenneth Casson Leighton Date: Thu, 4 Mar 2021 22:14:02 +0000 (+0000) Subject: correction to gdb-gcc build script X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=2f4314bddfd54eb924a2ed2ab2bea516c5a45321 correction to gdb-gcc build script --- diff --git a/ppc64-gdb-gcc b/ppc64-gdb-gcc index bbf4b27..e8a3af1 100755 --- a/ppc64-gdb-gcc +++ b/ppc64-gdb-gcc @@ -14,9 +14,9 @@ cd src wget https://ftp.gnu.org/gnu/gdb/gdb-8.3.tar.gz -O gdb-8.3.tar.gz tar -xvzf gdb-8.3.tar.gz cd gdb-8.3 -mkdir build +mkdir -p build cd build -./configure --srcdir=.. --host=x86_64-linux --target=powerpc64-linux-gnu +../configure --srcdir=.. --host=x86_64-linux --target=powerpc64-linux-gnu make ' cd /home/$SUDO_USER/src/gdb-8.3/build