Home | History | Annotate | Download | only in tools

Lines Matching full:archs

66 ARCHS="arm,x86,mips"
67 register_var_option "--arch=<name>" ARCHS "List of target architectures"
144 ARCHS=$(commas_to_spaces $ARCHS)
145 log "Using architectures: $(commas_to_spaces $ARCHS)"
149 # for ARCH in $ARCHS; do
152 # for ARCH in $ARCHS; do
161 # for ARCH in $ARCHS; do
174 # echo "ERROR: Source directory doesn't support these ARCHs: $BAD_ARCHS"
203 for ARCH in $ARCHS; do