This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-25 06:00:05 +00:00
parent 9f0f6dc054
commit e658498578
5 changed files with 50 additions and 6 deletions

View File

@@ -34,10 +34,6 @@ Suitable for programmatic consumption by other shell programs.
)
def timed_main(self):
if self.env['baremetal']:
image = self.env['vmlinux']
else:
image = self.env['image']
tool = self.get_toolchain_tool(self.env['tool'])
if self.env['print_tool']:
print(tool)