This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-18 00:00:01 +00:00
parent 66439e2a86
commit 66b85743b4
12 changed files with 24 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ import os
import common
class M5Component(common.Component):
class M5Component(common.BuildComponent):
def get_make_cmd(self, args):
allowed_toolchains = ['buildroot']
cc = common.get_toolchain_tool('gcc', allowed_toolchains=allowed_toolchains)
@@ -41,4 +41,4 @@ class M5Component(common.Component):
)
if __name__ == '__main__':
M5Component().build()
M5Component().main()