Displaying 2 results from an estimated 2 matches for "38e400c9".
2012 Nov 14
0
[LLVMdev] Clang now included in Android NDK r8c
...oe Abbey*
> Director of Software Development
> Arxan Technologies
> jabbey at arxan.com www.arxan.com
> Protecting the App Economy™
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121114/38e400c9/attachment.html>
2012 Nov 13
3
[LLVMdev] Clang now included in Android NDK r8c
Hats off to the Android NDK team!
http://developer.android.com/tools/sdk/ndk/index.html
Important changes:
* Added the Clang 3.1 compiler to the NDK. The GNU Compiler Collection (GCC) 4.6 is still the default, so you must explicitly enable the Clang compiler option as follows:
* For ndk-build, export NDK_TOOLCHAIN_VERSION=clang3.1 or add this environment variable setting