From: Sadoon Albader Date: Mon, 28 Aug 2023 14:02:03 +0000 (+0300) Subject: fixed missing end quote X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebaa6d27fb0c568eff036c2dcefc6ce0053f5ea1;p=dev-env-setup.git fixed missing end quote --- diff --git a/ppc64-gdb-gcc b/ppc64-gdb-gcc index 66d6c6e..2b0ec13 100755 --- 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