Searched refs:arches (Results 1 – 8 of 8) sorted by relevance
38 arches = build_support.ALL_ARCHITECTURES40 arches = [args.arch]42 print('Building plaforms: {}'.format(' '.join(arches)))43 arch_arg = '--arch={}'.format(','.join(arches))
40 arches = build_support.ALL_ARCHITECTURES42 arches = [args.arch]44 print('Building gdbservers: {}'.format(' '.join(arches)))45 for arch in arches:
62 arches = build_support.ALL_ARCHITECTURES64 arches = [args.arch]67 for arch in arches:
46 def expand_packages(package, host, arches): argument73 for arch in arches:86 def get_all_packages(host, arches): argument145 package_names = expand_packages(package, host, arches)146 extract_paths = expand_packages(extract_path, host, arches)334 arches = build_support.ALL_ARCHITECTURES336 arches = [args.arch]344 packages = get_all_packages(args.host, arches)
38 arches = build_support.ALL_ARCHITECTURES40 arches = [args.arch]43 for arch in arches:
41 arches = build_support.ALL_ARCHITECTURES43 arches = [args.arch]46 for arch in arches:
284 arches = build_support.ALL_ARCHITECTURES286 arches = [args.arch]290 for arch in arches:335 arches = build_support.ALL_ARCHITECTURES337 arches = [args.arch]339 for arch in arches: