fixed missing end quote
authorSadoon Albader <sadoon@soulserv.xyz>
Mon, 28 Aug 2023 14:02:03 +0000 (17:02 +0300)
committerSadoon Albader <sadoon@soulserv.xyz>
Mon, 28 Aug 2023 14:02:03 +0000 (17:02 +0300)
ppc64-gdb-gcc

index 66d6c6e8c309f2ddcff27c6ab76f0d5945d08265..2b0ec13a41afedf34a19529023e08a810fb9d66d 100755 (executable)
@@ -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