D | build.py | 69 def configure(arch, host, install_dir, src_dir): argument 71 is_windows = host in ('win', 'win64') 78 }[host] 108 if host == 'darwin': 113 elif host == 'linux': 121 if host == 'win': 130 if host == 'darwin': 210 out_dir, 'binutils', args.host, args.arch) 212 package_name = 'binutils-{}-{}'.format(args.arch, args.host) 231 configure(args.arch, args.host, install_dir, binutils_path)
|