ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / mem / ruby / SConsopts
index 95ca71fddc9c962bdf636bee6f44d11fe3c209b4..1f20cfc18983cdbcc755c8971268dd5973990da2 100644 (file)
 Import('*')
 
 sticky_vars.AddVariables(
-    BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks", True),
-    BoolVariable('RUBY_DEBUG', "Add debugging stuff to Ruby", False),
-    ('GEMS_ROOT', "Add debugging stuff to Ruby", Dir('..').srcnode().abspath),
+    BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks in Ruby",
+                 True),
     )
 
-export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS', 'RUBY_DEBUG', 'GEMS_ROOT' ]
+export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS' ]