diff --git a/danio_gcc.sh b/danio_gcc.sh index 7c55816..c8388ca 100755 --- a/danio_gcc.sh +++ b/danio_gcc.sh @@ -253,7 +253,7 @@ else read BASE case ${BASE} in 1) export BASE="eabi"; break ;; - 2) if ask_for_sub; then choose_sub else; break; export BASE="linux"; break; fi ;; + 2) if ask_for_sub; then choose_sub; export BASE="linux-${SUBBASE}"; else; break; export BASE="linux"; break; fi ;; 2) export BASE="elf"; break ;; *) echo "ONLY USE \"1\", \"2\" or \"3\"!"; sleep 2 ;; esac