Searched refs:toolchain (Results 1 – 2 of 2) sorted by relevance
55 def ToolPath(tool, toolchain=None): argument57 if not toolchain:58 toolchain = FindToolchain()59 return glob.glob(os.path.join(toolchain, "*-" + tool))[0]85 toolchain = sorted(available_toolchains)[-1]87 if not os.path.exists(ToolPath("addr2line", toolchain)):88 raise Exception("No addr2line for %s" % (toolchain))90 _CACHED_TOOLCHAIN = toolchain340 toolchain = os.environ.get(toolchain_var)341 if not toolchain:[all …]
46 because that's the hard-coded name that the toolchain binaries expect.188 You will need to update these files when the toolchain changes.