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

Has GCC really been removed from r18? #802

Closed
juha-h opened this issue Oct 2, 2018 · 3 comments
Closed

Has GCC really been removed from r18? #802

juha-h opened this issue Oct 2, 2018 · 3 comments

Comments

@juha-h
Copy link

juha-h commented Oct 2, 2018

Changelog r18 https://github.com/android-ndk/ndk/wiki/Changelog-r18 tells that "GCC has been removed". I just downloaded r18 and it still has ./toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc. What does the changelog entry really mean?

@DanAlbert
Copy link
Member

Exactly what it says. GCC of not a part of the NDK.

@enh
Copy link
Contributor

enh commented Oct 2, 2018

but note that there are still gcc and g++ wrapper scripts which redirect to clang, plus we still use GNU binutils which means a few hard-coded gccs in paths (like this one for the directory where stuff like crtbegin.o lives).

so, yeah, GCC itself is gone, but the word 'gcc' might still be around for a while yet.

@juha-h
Copy link
Author

juha-h commented Oct 2, 2018 via email

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

No branches or pull requests

3 participants