darklost / android-cmake

Automatically exported from code.google.com/p/android-cmake
0 stars 0 forks source link

Feature request: llvm / clang #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Any chance of updating the toolchain to support clang?

apparently, it's replace CC and CXX in the makefiles with <tool-path>/bin/clang 
and <tool-path>/bin/clang++ and probably add the cmake option 
NDK_TOOLCHAIN_VERSION (clang3.1/gcc4.6/gcc4.7)

Original issue reported on code.google.com by red.macb...@gmail.com on 17 Mar 2013 at 10:10

GoogleCodeExporter commented 8 years ago
You can find up-to-date version of this project on my github fork: 
https://github.com/taka-no-me/android-cmake It already supports clang.

Original comment by andrey.k...@itseez.com on 25 Mar 2013 at 4:38