gem5: update to fcbea600851fd72c69ecf3fc437628cd67c5123d

There have been a billion gem5 changes upstream (for the better), and I'll
admit that I was naughty and merged stuff into the python scripts with
gem5 master in mind. But there is always one new semi-critical stuff left,
the current one being: https://gem5.atlassian.net/browse/GEM5-337 so let's
just merge correctly in this reasonable state for now.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-23 00:00:01 +00:00
parent 20addbcd66
commit 2f7047024d
2 changed files with 3 additions and 1 deletions

View File

@@ -127,6 +127,8 @@ https://github.com/cirosantilli/linux-kernel-module-cheat-regression#gem5-unit-t
'scons', LF, 'scons', LF,
'-j', str(self.env['nproc']), LF, '-j', str(self.env['nproc']), LF,
'--ignore-style', LF, '--ignore-style', LF,
# https://gem5.atlassian.net/browse/GEM5-365
'USE_HDF5=0', LF,
] + ] +
gold_linker_cmd + gold_linker_cmd +
verbose + verbose +