commit | 2dcc0924a44a43bc65331a086db59012fdf3c965 | [log] [download] |
---|---|---|
author | Ali Utku Selen <auselen@gmail.com> | Sat Feb 15 09:59:56 2014 +0100 |
committer | Ali Utku Selen <auselen@gmail.com> | Sat Feb 15 20:04:41 2014 +0100 |
tree | c0929d275435a4ea726b14c24ab285f9381393ba | |
parent | adcf067c1fed5061b367c63f40ffb32cf5dfc64e [diff] |
Utilize Android NDK installations NDK comes with a handful of compilers and this patch modifies gcc-explorer to utilize them. Standalone invocations of toolchains inside NDK requires --sysroot option to be set to a correct 'system/platform' directory inside NDK however this isn't necessary for trivial compilations. Tested with NDK r9c. [1]: https://android.googlesource.com/platform/ndk.git/+/master/docs/text/STANDALONE-TOOLCHAIN.text
GCC Explorer is an interactive compiler. The left-hand pane shows editable C/C++ code. The right, the assembly output of having compiled the code with a given compiler and settings.
Try out the demo site!