scons: Add '-Wl,--as-needed' to default LINKFLAGS
authorYu-hsin Wang <yuhsingw@google.com>
Mon, 6 Jan 2020 04:27:19 +0000 (12:27 +0800)
committerYu-hsin Wang <yuhsingw@google.com>
Wed, 8 Jan 2020 09:01:55 +0000 (09:01 +0000)
commite92efbc4c89da0b9ba20168aee637dbc30229a8b
treed1cf1749b57e76d7db762baeac341e7a88a8dc47
parentf7903a2014ac06450c46dd12a4906fbd1ce82153
scons: Add '-Wl,--as-needed' to default LINKFLAGS

In current build flow, EXTRAS flag is evaluated before building gem5
tools and binaries. Such that, unneeded libraries may be linked into
gem5 binaries. Adding '-Wl,--as-needed' can fix this problem also
shrinks binaries.

Change-Id: Ifb001786a66b0dd9b29865e39a5740313002f250
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24003
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
SConstruct