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.
This commit is contained in:
@@ -288,7 +288,7 @@ else:
|
||||
'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp',
|
||||
'inorder-timing', 'rubytest']
|
||||
|
||||
if env['RUBY']:
|
||||
if env['PROTOCOL'] != 'None':
|
||||
if env['PROTOCOL'] == 'MI_example':
|
||||
configs += [c + "-ruby" for c in configs]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user