From b3e87c8f6b533d13511cccf6177e82850e126cf6 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 4 Mar 2021 22:38:50 +0000 Subject: [PATCH] remove -n from make install --- ppc64-gdb-gcc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ppc64-gdb-gcc b/ppc64-gdb-gcc index e8a3af1..c3b2e12 100755 --- a/ppc64-gdb-gcc +++ b/ppc64-gdb-gcc @@ -7,6 +7,9 @@ fi # first install powerpc64 gcc-8 cross-compiler apt-get install gcc-8-powerpc64-linux-gnu +# it your responsibility to check that the archive downloaded below is +# uncompromised! + runuser $SUDO_USER --preserve-environment -c ' cd /home/$SUDO_USER mkdir -p src @@ -20,7 +23,7 @@ cd build make ' cd /home/$SUDO_USER/src/gdb-8.3/build -make -n install +make install echo -e " \e[1;91mCross-compiled GDB 8.3 and compiler now installed.\e[0m " -- 2.30.2