From 4977d8b58ffe72fe679767d44b166bf909fdc3c1 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 7 Jun 2010 12:19:59 -0400 Subject: scons: make RUBY a regular (non-global) sticky var and force it to True for builds that imply Ruby protocols (else unexpected things happen when testing these builds with RUBY=False). --- src/mem/ruby/SConsopts | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mem/ruby') diff --git a/src/mem/ruby/SConsopts b/src/mem/ruby/SConsopts index 6c9343346..95ca71fdd 100644 --- a/src/mem/ruby/SConsopts +++ b/src/mem/ruby/SConsopts @@ -30,9 +30,6 @@ Import('*') -if not main['RUBY']: - Return() - sticky_vars.AddVariables( BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks", True), BoolVariable('RUBY_DEBUG', "Add debugging stuff to Ruby", False), -- cgit v1.2.3