scons: add --gold-linker to link with the gold linker
authorCiro Santilli <ciro.santilli@arm.com>
Wed, 7 Nov 2018 00:00:00 +0000 (00:00 +0000)
committerCiro Santilli <ciro.santilli@arm.com>
Thu, 15 Nov 2018 13:19:06 +0000 (13:19 +0000)
commitfafe4e80b76e93e3d0d05797904c19928587f5b5
tree426cd566c9ad7eca8ee7f11d4bc858c3ee73e8f8
parenta4a5fa7fa591e91be86223f1fc8936d88255ac13
scons: add --gold-linker to link with the gold linker

This option can significantly speedup link time on Linux systems, which is
the main bottleneck to rebuild after small changes.

Change-Id: I3b0bdd61f7dcef0d73629c8ee2ee98091953fec3
Reviewed-on: https://gem5-review.googlesource.com/c/14075
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
SConstruct