From fe41e4082b4ee39a6174f2d615b57a7341f7a68a Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 16 Sep 2012 17:55:41 -0400 Subject: [PATCH] build: Update help description. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 08a586a..ed801d9 100755 --- a/configure +++ b/configure @@ -138,7 +138,7 @@ for option in $*; do echo echo "The following options will modify code generation." echo " --cores=N Specify number of cores available on target machine" - echo " --enable-pointer-packing Assumes 48-bit address encoding" + echo " --enable-pointer-packing Assumes address encoding is subset of pointer range" echo " --vma-bits=N Specify valid number of VMA bits" echo echo "The following environment variables may be used:"