Skip to content

GCC Deprecated on Android - switch default toolchain from gcc to clang/llvm #131

@Brahmasmi

Description

@Brahmasmi

Starting with r11, Android NDK has deprecated gcc and made clang/llvm the default for Android. Also, gcc will not be updated beyond 4.9.

As such, could we please update to clang/llvm as the default?

For more information, please refer to https://developer.android.com/ndk/downloads/revision_history.html - click on Android NDK, Revision 11 (March 2016).

Clang

        Important announcements
            We strongly recommend switching to Clang.
                If you experience problems with Clang, file bugs here for issues
                specific to Clang in the NDK. For more general Clang issues, file
                bugs by following the instructions on this page.
...
...
GCC

        Important announcements
            GCC in the NDK is now deprecated in favor of Clang.
                The NDK will neither be upgrading to 5.x, nor accept non-critical
                backports.
                Maintenance for miscompiles and internal compiler errors in 4.9
                will be handled on a case by case basis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions