Home | History | Annotate | Download | only in tools

Lines Matching refs:SYSTEMS

48 # the list of supported host development systems
49 SYSTEMS=$DEFAULT_SYSTEMS
50 register_var_option "--systems=<list>" SYSTEMS "Specify host systems"
108 tool name, and <system> is one of: $SYSTEMS
124 # Ensure that SYSTEMS is space-separated
125 SYSTEMS=$(commas_to_spaces $SYSTEMS)
206 if [ -z "$SYSTEMS" ] ; then
207 echo "ERROR: Your systems list is empty, use --systems=LIST to specify a different one."
219 SYSTEMS=$HOST_TAG
225 echo "Host systems: $SYSTEMS"
437 for SYSTEM in $SYSTEMS; do