Some fixes for Android:

* initial support for Pandaboard/Linaro
* on Android/ARM, ask for non-executable stacks in the executables
* disable Memcheck's strcasestr intercept; its use of tolower()
  causes the dynamic linker to fail.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12234 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/README.android b/README.android
index e322857..cf45bf7 100644
--- a/README.android
+++ b/README.android
@@ -25,10 +25,11 @@
 # NDKROOT above, this is merely to avoid repeated typing; none of the
 # commands read it.
 #
-# Currently the only supported value is:  nexus_s
+# Currently the supported values are:  nexus_s pandaboard
+# So choose one of the below:
 #
 export HWKIND=nexus_s         # Samsung Nexus S
-
+export HWKIND=pandaboard      # Pandaboard running Linaro Android
 
 # Then cd to the root of your Valgrind source tree.
 #
@@ -49,7 +50,7 @@
 # Do configuration stuff.  Don't mess with the --prefix in the
 # configure command below, even if you think it's wrong.
 # You may need to set the --with-tmpdir path to something
-# different if /sdcard doesn't works on the device -- this is
+# different if /sdcard doesn't work on the device -- this is
 # a known cause of difficulties.
 
 ./autogen.sh