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
+3
View File
@@ -66,12 +66,15 @@ while [ ! -z "$1" ]; do
host=linux host=linux
;; ;;
-c ) -c )
host=windows
wenv=cygwin wenv=cygwin
;; ;;
-u ) -u )
host=windows
wenv=ubuntu wenv=ubuntu
;; ;;
-n ) -n )
host=windows
wenv=native wenv=native
;; ;;
-32 ) -32 )
+4
View File
@@ -77,15 +77,19 @@ while [ ! -z "$1" ]; do
host=linux host=linux
;; ;;
-c ) -c )
host=windows
wenv=cygwin wenv=cygwin
;; ;;
-u ) -u )
host=windows
wenv=ubuntu wenv=ubuntu
;; ;;
-n ) -n )
host=windows
wenv=native wenv=native
;; ;;
-s ) -s )
host=windows
sizet=long sizet=long
;; ;;
-a ) -a )