gem5: update to a5bc2291391b0497fdc60fdc960e07bcecebfb8f

gem5-build: use --gold-linker by default
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-23 00:00:03 +00:00
parent 747da3b417
commit 5b6a716a9b
2 changed files with 2 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ class Gem5Component(common.Component):
[
'scons', common.Newline,
'-j', str(args.nproc), common.Newline,
'--gold-linker', common.Newline,
'--ignore-style', common.Newline,
common.gem5_executable, common.Newline,
] +