Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android NDK transition to GCC (deprecated) to Clang (recommended) #228

Open
danielweck opened this issue Mar 23, 2016 · 3 comments
Open

Comments

@danielweck
Copy link
Member

danielweck commented Mar 23, 2016

Fixed via #240

http://developer.android.com/ndk/downloads/revision_history.html
http://developer.android.com/ndk/guides/application_mk.html
http://developer.android.com/ndk/guides/cpp-support.html#runtimes

https://github.com/readium/readium-sdk/blob/develop/Platform/Android/Application.mk
NDK_TOOLCHAIN_VERSION := 4.9
APP_STL := gnustl_static

=>

NDK_TOOLCHAIN_VERSION := clang3.4
APP_STL := libstdc++

@danielweck
Copy link
Member Author

NDK revision 12:
https://developer.android.com/ndk/downloads/revision_history.html
"The ndk-build command will default to using Clang in an upcoming release. GCC will be removed in a later release."

@danielweck
Copy link
Member Author

@danielweck
Copy link
Member Author

Pull Request: #240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants