update
This commit is contained in:
+6
-6
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user