summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2011-08-08 10:50:13 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2011-08-08 10:50:13 -0500
commit821dfc12892ee841916d9aab411f2db7937ba7c4 (patch)
tree490ba41acbd7712c5950a8ed7a863a240b650247 /SConstruct
parent5c0e6e6092bd532d861445c735fb5eba865f999d (diff)
downloadgem5-821dfc12892ee841916d9aab411f2db7937ba7c4.tar.xz
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.
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct5
1 files changed, 0 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct
index 5699cda73..06e1c3f16 100755
--- a/SConstruct
+++ b/SConstruct
@@ -979,11 +979,6 @@ for variant_path in variant_paths:
if env['USE_SSE2']:
env.Append(CCFLAGS=['-msse2'])
- if env['PROTOCOL'] != 'None':
- env['RUBY'] = True
- else:
- env['RUBY'] = False
-
# The src/SConscript file sets up the build rules in 'env' according
# to the configured variables. It returns a list of environments,
# one for each variant build (debug, opt, etc.)