tools/: Small simplication to usage

This commit is contained in:
Gregory Nutt 2017-01-01 15:39:24 -06:00
parent 34be3e7c3c
commit a323fb91d0
2 changed files with 7 additions and 0 deletions

View file

@ -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 )

View file

@ -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 )