mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
gem5: update to a5bc2291391b0497fdc60fdc960e07bcecebfb8f
gem5-build: use --gold-linker by default
This commit is contained in:
@@ -87,6 +87,7 @@ class Gem5Component(common.Component):
|
|||||||
[
|
[
|
||||||
'scons', common.Newline,
|
'scons', common.Newline,
|
||||||
'-j', str(args.nproc), common.Newline,
|
'-j', str(args.nproc), common.Newline,
|
||||||
|
'--gold-linker', common.Newline,
|
||||||
'--ignore-style', common.Newline,
|
'--ignore-style', common.Newline,
|
||||||
common.gem5_executable, common.Newline,
|
common.gem5_executable, common.Newline,
|
||||||
] +
|
] +
|
||||||
|
|||||||
Submodule submodules/gem5 updated: 121160d97f...a5bc229139
Reference in New Issue
Block a user