From: Gabe Black Date: Fri, 11 Mar 2011 19:27:26 +0000 (-0800) Subject: Gems: Eliminate the now unused GEMS_ROOT scons variable. X-Git-Tag: stable_2012_02_02~481 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6ba1a528b0dca64b5d44f7deebea48bb62abe1b;p=gem5.git Gems: Eliminate the now unused GEMS_ROOT scons variable. --- diff --git a/src/mem/ruby/SConsopts b/src/mem/ruby/SConsopts index d88a342ed..1f20cfc18 100644 --- a/src/mem/ruby/SConsopts +++ b/src/mem/ruby/SConsopts @@ -33,8 +33,7 @@ Import('*') sticky_vars.AddVariables( BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks in Ruby", True), - ('GEMS_ROOT', "Add debugging stuff to Ruby", Dir('..').srcnode().abspath), ) -export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS', 'GEMS_ROOT' ] +export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS' ]