run.sh shortcut, m5 executable userland

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-03-14 00:00:00 +00:00
parent 5d08bfeeb2
commit a1b312891f
4 changed files with 42 additions and 8 deletions

View File

@@ -6,6 +6,14 @@ import common
from shell_helpers import LF
class Main(common.BuildCliFunction):
def __init__(self):
super().__init__(
description='''\
Build the gem5 m5 executable.
See: https://cirosantilli.com/linux-kernel-module-cheat#gem5-m5-executable
'''
)
def _get_make_cmd(self):
allowed_toolchains = ['buildroot']
if self.env['arch'] == 'x86_64':