Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4.2k
    • Issues 4.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !4318

Android: Fix binutils selection with NDK r19+ unified toolchain

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Brad King requested to merge brad.king/cmake:android-ndk-r19-binutils into master Feb 03, 2020
  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 1

In !3612 (merged) we hard-coded use of the unified toolchain for NDK r19+ and skipped most of the old detection logic. However, in that fast path we left out setting _CMAKE_TOOLCHAIN_PREFIX for CMakeFindBinutils to select the matching binutils. Add it.

Fixes: #20038 (closed)
Backport: release

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: android-ndk-r19-binutils