update
This commit is contained in:
+6
-6
@@ -173,7 +173,7 @@ runit()
|
|||||||
ask_for_sub()
|
ask_for_sub()
|
||||||
{
|
{
|
||||||
while :; do
|
while :; do
|
||||||
reset || clear
|
clear || reset
|
||||||
echo "Would you like to build ${arch}-danio-linux-gnueabi{hf,} ?"
|
echo "Would you like to build ${arch}-danio-linux-gnueabi{hf,} ?"
|
||||||
echo "[1] - yes"
|
echo "[1] - yes"
|
||||||
echo "[2] - no"
|
echo "[2] - no"
|
||||||
@@ -188,7 +188,7 @@ ask_for_sub()
|
|||||||
choose_sub()
|
choose_sub()
|
||||||
{
|
{
|
||||||
while :; do
|
while :; do
|
||||||
reset || clear
|
clear || reset
|
||||||
echo "Choose sub-base for ${arch}-danio-linux-"
|
echo "Choose sub-base for ${arch}-danio-linux-"
|
||||||
echo "[1] is ${arch}-danio-linux-gnueabi"
|
echo "[1] is ${arch}-danio-linux-gnueabi"
|
||||||
echo "[2] is ${arch}-danio-linux-gnueabihf"
|
echo "[2] is ${arch}-danio-linux-gnueabihf"
|
||||||
@@ -224,7 +224,7 @@ if [ "${AUTOBUILD}" -ne "0" ]; then
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
while :; do
|
while :; do
|
||||||
reset || clear
|
clear || reset
|
||||||
echo "Please select architecture:"
|
echo "Please select architecture:"
|
||||||
for i in ${targets}; do
|
for i in ${targets}; do
|
||||||
echo ${i} | cut -f 1 -d '-'
|
echo ${i} | cut -f 1 -d '-'
|
||||||
@@ -234,7 +234,7 @@ else
|
|||||||
break
|
break
|
||||||
done
|
done
|
||||||
while :; do
|
while :; do
|
||||||
reset || clear
|
clear || reset
|
||||||
echo "Would you like to build:"
|
echo "Would you like to build:"
|
||||||
echo "[1] is newlib toolchain"
|
echo "[1] is newlib toolchain"
|
||||||
echo "[2] is glibc toolchain"
|
echo "[2] is glibc toolchain"
|
||||||
@@ -248,7 +248,7 @@ else
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
while :; do
|
while :; do
|
||||||
reset || clear
|
clear || reset
|
||||||
echo "what kind of based toolchain?"
|
echo "what kind of based toolchain?"
|
||||||
echo "[1] is eabi"
|
echo "[1] is eabi"
|
||||||
echo "[2] is linux"
|
echo "[2] is linux"
|
||||||
@@ -262,7 +262,7 @@ else
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
while :; do
|
while :; do
|
||||||
reset || clear
|
clear || reset
|
||||||
echo "What kind of binary format for final toolchain?"
|
echo "What kind of binary format for final toolchain?"
|
||||||
echo "[1] is 32-bits (i686)"
|
echo "[1] is 32-bits (i686)"
|
||||||
echo "[2] is 64-bits (amd64)"
|
echo "[2] is 64-bits (amd64)"
|
||||||
|
|||||||
Reference in New Issue
Block a user