From 4e1d49277a0ca08a38de4f71e7637698fc9967f2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 17 Sep 2019 22:31:19 +0200 Subject: [PATCH] update --- danio_gcc.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/danio_gcc.sh b/danio_gcc.sh index 0cfb4e8..1073db4 100755 --- a/danio_gcc.sh +++ b/danio_gcc.sh @@ -173,7 +173,7 @@ runit() ask_for_sub() { while :; do - reset || clear + clear || reset echo "Would you like to build ${arch}-danio-linux-gnueabi{hf,} ?" echo "[1] - yes" echo "[2] - no" @@ -188,7 +188,7 @@ ask_for_sub() choose_sub() { while :; do - reset || clear + clear || reset echo "Choose sub-base for ${arch}-danio-linux-" echo "[1] is ${arch}-danio-linux-gnueabi" echo "[2] is ${arch}-danio-linux-gnueabihf" @@ -224,7 +224,7 @@ if [ "${AUTOBUILD}" -ne "0" ]; then fi else while :; do - reset || clear + clear || reset echo "Please select architecture:" for i in ${targets}; do echo ${i} | cut -f 1 -d '-' @@ -234,7 +234,7 @@ else break done while :; do - reset || clear + clear || reset echo "Would you like to build:" echo "[1] is newlib toolchain" echo "[2] is glibc toolchain" @@ -248,7 +248,7 @@ else esac done while :; do - reset || clear + clear || reset echo "what kind of based toolchain?" echo "[1] is eabi" echo "[2] is linux" @@ -262,7 +262,7 @@ else esac done while :; do - reset || clear + clear || reset echo "What kind of binary format for final toolchain?" echo "[1] is 32-bits (i686)" echo "[2] is 64-bits (amd64)"