Lines Matching full:archs
53 ARCHS=$DEFAULT_ARCHS
54 register_var_option "--arch=<arch>" ARCHS "Specify target architecture(s)"
128 ARCHS=$(commas_to_spaces $ARCHS)
129 echo "$ARCHS" | tr ' ' '\n' | grep -q x86
136 echo "$ARCHS" | tr ' ' '\n' | grep -q mips
143 # Compute ABIS from ARCHS
145 for ARCH in $ARCHS; do
222 echo "Architectures: $ARCHS"
356 FLAGS="$FLAGS --arch=$(spaces_to_commas $ARCHS)"
394 for ARCH in $ARCHS; do