summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-03-01 02:59:09 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-03-01 02:59:09 -0800
commit993e83ef805aaecb0d9483b23f3ce50ba0ce06dd (patch)
tree85566d3b3801f00c36d52f8acbe2afc62149a644
parentd3214c5c5e0a05a1f7638bbe0570e0d2deddfdf6 (diff)
downloadgem5-993e83ef805aaecb0d9483b23f3ce50ba0ce06dd.tar.xz
Ruby: Mention that Ruby's bound checking option only applies to Ruby.
-rw-r--r--src/mem/ruby/SConsopts3
1 files changed, 2 insertions, 1 deletions
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),
)