From 993e83ef805aaecb0d9483b23f3ce50ba0ce06dd Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 1 Mar 2011 02:59:09 -0800 Subject: [PATCH] Ruby: Mention that Ruby's bound checking option only applies to Ruby. --- src/mem/ruby/SConsopts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mem/ruby/SConsopts b/src/mem/ruby/SConsopts index 7aa3e2c4e..d88a342ed 100644 --- a/src/mem/ruby/SConsopts +++ b/src/mem/ruby/SConsopts @@ -31,7 +31,8 @@ Import('*') sticky_vars.AddVariables( - BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks", True), + BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks in Ruby", + True), ('GEMS_ROOT', "Add debugging stuff to Ruby", Dir('..').srcnode().abspath), )