From 821dfc12892ee841916d9aab411f2db7937ba7c4 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Mon, 8 Aug 2011 10:50:13 -0500 Subject: BuildEnv: Eliminate RUBY as build environment variable This patch replaces RUBY with PROTOCOL in all the SConscript files as the environment variable that decides whether or not certain components of the simulator are compiled. --- src/mem/ruby/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/ruby/SConscript') diff --git a/src/mem/ruby/SConscript b/src/mem/ruby/SConscript index d52383d09..64dd83bb0 100644 --- a/src/mem/ruby/SConscript +++ b/src/mem/ruby/SConscript @@ -40,7 +40,7 @@ Import('*') if env['TARGET_ISA'] == 'no': Return() -if not env['RUBY']: +if env['PROTOCOL'] == 'None': Return() def do_embed_text(target, source, env): -- cgit v1.2.3