summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-02-10 01:11:09 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-02-10 01:11:09 +0900
commit06c06d5c36814e8e5321923fa2e0483e6ea9abc5 (patch)
tree824fb95520c7fb9b089a90bb7090fa1958961733 /doc
parent84a7c9ed1c7781b53344c14adac722bc27798dcf (diff)
parent9a439245dfcbe520a9d2f6b70cb056b9ad351365 (diff)
downloadmruby-06c06d5c36814e8e5321923fa2e0483e6ea9abc5.tar.gz
mruby-06c06d5c36814e8e5321923fa2e0483e6ea9abc5.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'doc')
-rw-r--r--doc/compile/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index c6ab2f584..ce968b36e 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -64,6 +64,15 @@ Toolchain configuration for Visual Studio 2012 on Windows.
toolchain :vs2012
+#### Android
+
+Toolchain configuration for Android.
+
+ toolchain :androideabi
+
+Requires the custom standalone Android NDK and the toolchain path
+in ```ANDROID_STANDALONE_TOOLCHAIN```.
+
### Binaries
It is possible to select which tools should be compiled during the compilation