We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 := 4.9
APP_STL := gnustl_static
=>
NDK_TOOLCHAIN_VERSION := clang3.4 APP_STL := libstdc++
NDK_TOOLCHAIN_VERSION := clang3.4
APP_STL := libstdc++
The text was updated successfully, but these errors were encountered:
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."
Sorry, something went wrong.
See feature branch: https://github.com/readium/readium-sdk/tree/feature/gcc-to-clang Code diff: develop...feature/gcc-to-clang
Pull Request: #240
clebeaupin
No branches or pull requests
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++
The text was updated successfully, but these errors were encountered: