mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
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:
@@ -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 +
|
||||||
|
|||||||
Submodule submodules/gem5 updated: ae7dd927e2...fcbea60085
Reference in New Issue
Block a user