diff options
author | Steve Reinhardt <stever@gmail.com> | 2010-06-07 12:19:59 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@gmail.com> | 2010-06-07 12:19:59 -0400 |
commit | 4977d8b58ffe72fe679767d44b166bf909fdc3c1 (patch) | |
tree | 598217132de5f76b75562d349a824b82b17c4d0f /build_opts/ALPHA_SE_MOESI_hammer | |
parent | 744b59d6de45d846871cd80338f0299bb0bb3b2a (diff) | |
download | gem5-4977d8b58ffe72fe679767d44b166bf909fdc3c1.tar.xz |
scons: make RUBY a regular (non-global) sticky var
and force it to True for builds that imply Ruby protocols
(else unexpected things happen when testing these builds
with RUBY=False).
Diffstat (limited to 'build_opts/ALPHA_SE_MOESI_hammer')
-rw-r--r-- | build_opts/ALPHA_SE_MOESI_hammer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_opts/ALPHA_SE_MOESI_hammer b/build_opts/ALPHA_SE_MOESI_hammer index f21ca5e5d..23bbc07a8 100644 --- a/build_opts/ALPHA_SE_MOESI_hammer +++ b/build_opts/ALPHA_SE_MOESI_hammer @@ -2,3 +2,4 @@ FULL_SYSTEM = 0 SS_COMPATIBLE_FP = 1 CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' PROTOCOL = 'MOESI_hammer' +RUBY = True |