diff --git a/build-m5 b/build-m5 index 5713e36..384429e 100755 --- a/build-m5 +++ b/build-m5 @@ -6,9 +6,6 @@ import common from shell_helpers import LF class Main(common.BuildCliFunction): - def __init__(self): - super().__init__() - def _get_make_cmd(self): allowed_toolchains = ['buildroot'] cc = self.get_toolchain_tool('gcc', allowed_toolchains=allowed_toolchains)