Update danio_gcc.sh

This commit is contained in:
Daniel
2019-09-08 21:06:58 +02:00
committed by GitHub
parent 83f75fed1e
commit f081ca06d0
+2 -2
View File
@@ -191,8 +191,8 @@ choose_sub()
echo "[2] is ${arch}-danio-linux-gnueabihf" echo "[2] is ${arch}-danio-linux-gnueabihf"
read junk read junk
case ${junk} in case ${junk} in
1) export SUBBASE="-gnueabi"; break ;; 1) export SUBBASE="gnueabi"; break ;;
2) export SUBBASE="-gnueabihf"; break ;; 2) export SUBBASE="gnueabihf"; break ;;
*) echo "ONLY USE \"1\" OR \"2\"!"; sleep 2 ;; *) echo "ONLY USE \"1\" OR \"2\"!"; sleep 2 ;;
esac esac
done done