systemc, scons: Link systemc tests against the shared gem5 library.
authorGabe Black <gabeblack@google.com>
Fri, 8 Jun 2018 03:45:33 +0000 (20:45 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 15 Aug 2018 01:31:28 +0000 (01:31 +0000)
commit80bf4c8dbcaaa839754f006f8fc980b26222a70f
treee57bb756a608d72aef4de1a28804eff15166bd6a
parent411f9077dc914c76b37104acd209a7944cbf037a
systemc, scons: Link systemc tests against the shared gem5 library.

Otherwise, having hundreds of statically linked gem5s takes up a huge
amount of space, and all those repeated linkings brings the mightiest
workstation to its knees with sufficient parallelism, or will take
forever without it.

Change-Id: I4c358b1a50c5e2b0027ac72423f887e24c786b19
Reviewed-on: https://gem5-review.googlesource.com/10959
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/SConscript