Skip to content

Commit 5b6a716

Browse files
committed
gem5: update to a5bc2291391b0497fdc60fdc960e07bcecebfb8f
gem5-build: use --gold-linker by default
1 parent 747da3b commit 5b6a716

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build-gem5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class Gem5Component(common.Component):
8787
[
8888
'scons', common.Newline,
8989
'-j', str(args.nproc), common.Newline,
90+
'--gold-linker', common.Newline,
9091
'--ignore-style', common.Newline,
9192
common.gem5_executable, common.Newline,
9293
] +

submodules/gem5

Submodule gem5 updated from 121160d to a5bc229

0 commit comments

Comments
 (0)