From: Luke Kenneth Casson Leighton Date: Thu, 4 Mar 2021 22:38:50 +0000 (+0000) Subject: remove -n from make install X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3e87c8f6b533d13511cccf6177e82850e126cf6;p=dev-env-setup.git remove -n from make install --- 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 "