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

clang3.4 and clang3.5 toolchains are gone #69

Closed
gpakosz opened this issue Apr 6, 2016 · 3 comments
Closed

clang3.4 and clang3.5 toolchains are gone #69

gpakosz opened this issue Apr 6, 2016 · 3 comments
Assignees
Labels

Comments

@gpakosz
Copy link

gpakosz commented Apr 6, 2016

Contrary to what http://developer.android.com/ndk/guides/application_mk.html says, it's no more possible to set NDK_TOOLCHAIN_VERSION to clang3.4 or clang3.5.

Those toolchains are gone, leaving only the clang3.6 toolchain which is selected when setting NDK_TOOLCHAIN_VERSION=clang:

android-ndk-r11c/build/core/toolchains
├── aarch64-linux-android-4.9
├── aarch64-linux-android-clang3.6
├── arm-linux-androideabi-4.9
├── arm-linux-androideabi-clang3.6
├── mips64el-linux-android-4.9
├── mips64el-linux-android-clang3.6
├── mipsel-linux-android-4.9
├── mipsel-linux-android-clang3.6
├── x86-4.9
├── x86-clang3.6
├── x86_64-4.9
└── x86_64-clang3.6
@DanAlbert
Copy link
Member

The behavior is WAI (trust me, you do not want those compilers), but I'll leave the bug open until the docs are fixed.

@DanAlbert DanAlbert added this to the r12 milestone Apr 6, 2016
@DanAlbert DanAlbert self-assigned this Apr 6, 2016
@DanAlbert DanAlbert added the docs label Apr 6, 2016
@gpakosz
Copy link
Author

gpakosz commented Apr 6, 2016

Fine with me. I expected it to be labeled docs. Thanks for the triage.

@DanAlbert DanAlbert removed this from the r12 milestone Apr 25, 2016
@qchong
Copy link
Contributor

qchong commented Jan 3, 2017

Closing since https://developer.android.com/ndk/guides/application_mk.html does not mention clang 3.4 or 3.5 as a valid setting for NDK_TOOLCHAIN_VERSION.

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

No branches or pull requests

3 participants