diff options
author | Marc Orr <marc.orr@gmail.com> | 2012-03-06 19:07:41 -0800 |
---|---|---|
committer | Marc Orr <marc.orr@gmail.com> | 2012-03-06 19:07:41 -0800 |
commit | eb43883bef3960a9325f26e1925ca8325330173c (patch) | |
tree | 0b8bdb70184eb51392c88ca561f5482725d62999 /src/mem/protocol/SConsopts | |
parent | 75681d3c1b6fbb5b9ff0fe63862bdbe31ae5dec6 (diff) | |
download | gem5-eb43883bef3960a9325f26e1925ca8325330173c.tar.xz |
build scripts: Made minor modifications to reduce build overhead time.
1. --implicit-cache behavior is default.
2. makeEnv in src/SConscript is conditionally called.
3. decider set to MD5-timestamp
4. NO_HTML build option changed to SLICC_HTML (defaults to False)
Diffstat (limited to 'src/mem/protocol/SConsopts')
-rw-r--r-- | src/mem/protocol/SConsopts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/SConsopts b/src/mem/protocol/SConsopts index 6a6bd798e..78b93c40e 100644 --- a/src/mem/protocol/SConsopts +++ b/src/mem/protocol/SConsopts @@ -48,5 +48,5 @@ opt = EnumVariable('PROTOCOL', 'Coherence protocol for Ruby', 'None', sticky_vars.AddVariables(opt) export_vars += ['PROTOCOL'] -opt = BoolVariable('NO_HTML', 'Do not create HTML files', False) +opt = BoolVariable('SLICC_HTML', 'Create HTML files', False) sticky_vars.AddVariables(opt) |