Home | History | Annotate | Download | only in ndk

Lines Matching refs:toolchain

182 def fixup_toolchain_triple(toolchain):
183 """Maps toolchain names to their proper triple.
190 }.get(toolchain, toolchain)
276 toolchain = build_support.arch_to_toolchain(arch)
277 toolchain_dir = toolchain + '-4.9'
291 toolchain = build_support.arch_to_toolchain(arch)
294 triple = fixup_toolchain_triple(toolchain)
313 'toolchain/binutils/binutils-2.25/COPYING')
340 toolchain = build_support.arch_to_toolchain(arch)
341 triple = fixup_toolchain_triple(toolchain)
373 # the Windows aarch64 toolchain doesn't include libatomic.
416 invoke_external_build('toolchain/python/build.py', build_args)
419 invoke_external_build('toolchain/gdb/build.py', build_args)
422 invoke_external_build('toolchain/yasm/build.py', build_args)
468 build_support.android_path('toolchain/gdb/gdb-7.10/COPYING'),
473 'toolchain/python/Python-2.7.5/LICENSE'),
476 build_support.android_path('toolchain/yasm/COPYING'),
477 build_support.android_path('toolchain/yasm/BSD.txt'),
478 build_support.android_path('toolchain/yasm/Artistic.txt'),
479 build_support.android_path('toolchain/yasm/GNU_GPL-2.0'),
480 build_support.android_path('toolchain/yasm/GNU_LGPL-2.0'),