Gabe Black has uploaded a new patch set (#4). (
https://gem5-review.googlesource.com/6224 )
Change subject: scons: Track and reuse object nodes for a given source file.
......................................................................
scons: Track and reuse object nodes for a given source file.
scons gets upset if two different environments are used to set up a
particular object file. This change adds two dicts to the SourceFile
class, one for static and one for shared object files, which are keyed
off of the appropriate suffix. If a suffix hasn't been set up yet,
a new node of the appropriate type is set up and stored in the cache,
and then whatever is in the cache (new or old) is returned.
Change-Id: Ice4b4fc728b438a4d3316c3ff6667c0480d2a6d7
---
M src/SConscript
1 file changed, 25 insertions(+), 12 deletions(-)
--
To view, visit https://gem5-review.googlesource.com/6224
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ice4b4fc728b438a4d3316c3ff6667c0480d2a6d7
Gerrit-Change-Number: 6224
Gerrit-PatchSet: 4
Gerrit-Owner: Gabe Black <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev