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/cpu/testers/rubytest/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/testers/rubytest/SConscript') diff --git a/src/cpu/testers/rubytest/SConscript b/src/cpu/testers/rubytest/SConscript index 1b65932e7..70a4f480d 100644 --- a/src/cpu/testers/rubytest/SConscript +++ b/src/cpu/testers/rubytest/SConscript @@ -35,7 +35,7 @@ Import('*') # When this dependency is removed, the ruby tester should be compiled # independently from Ruby # -if not env['RUBY']: +if env['PROTOCOL'] == 'None': Return() SimObject('RubyTester.py') -- cgit v1.2.3