gem5: disable SLICC_HTML=True until it gets fixed

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-20 00:00:02 +00:00
parent 8447a9a8a7
commit 447eab97c6
2 changed files with 4 additions and 2 deletions

View File

@@ -131,7 +131,9 @@ https://github.com/cirosantilli/linux-kernel-module-cheat-regression#gem5-unit-t
gold_linker_cmd +
verbose +
[
'SLICC_HTML=True', LF,
# TODO reenable, broken, had enough of this.
# https://gem5.atlassian.net/browse/GEM5-357
#'SLICC_HTML=True', LF,
] +
self.sh.add_newlines(targets) +
self.sh.add_newlines(self.env['extra_scons_args'])