mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
tools/: Small simplication to usage
This commit is contained in:
parent
34be3e7c3c
commit
a323fb91d0
2 changed files with 7 additions and 0 deletions
|
@ -66,12 +66,15 @@ while [ ! -z "$1" ]; do
|
|||
host=linux
|
||||
;;
|
||||
-c )
|
||||
host=windows
|
||||
wenv=cygwin
|
||||
;;
|
||||
-u )
|
||||
host=windows
|
||||
wenv=ubuntu
|
||||
;;
|
||||
-n )
|
||||
host=windows
|
||||
wenv=native
|
||||
;;
|
||||
-32 )
|
||||
|
|
|
@ -77,15 +77,19 @@ while [ ! -z "$1" ]; do
|
|||
host=linux
|
||||
;;
|
||||
-c )
|
||||
host=windows
|
||||
wenv=cygwin
|
||||
;;
|
||||
-u )
|
||||
host=windows
|
||||
wenv=ubuntu
|
||||
;;
|
||||
-n )
|
||||
host=windows
|
||||
wenv=native
|
||||
;;
|
||||
-s )
|
||||
host=windows
|
||||
sizet=long
|
||||
;;
|
||||
-a )
|
||||
|
|
Loading…
Reference in a new issue