Merge lp://staging/~berolinux/linaro-android-build-tools/support-dual-toolchain-tarballs into lp://staging/linaro-android-build-tools
Proposed by
Bernhard Rosenkraenzer
Status: | Merged |
---|---|
Approved by: | Paul Sokolovsky |
Approved revision: | 360 |
Merged at revision: | 361 |
Proposed branch: | lp://staging/~berolinux/linaro-android-build-tools/support-dual-toolchain-tarballs |
Merge into: | lp://staging/linaro-android-build-tools |
Diff against target: |
15 lines (+5/-1) 1 file modified
build-scripts/build-android (+5/-1) |
To merge this branch: | bzr merge lp://staging/~berolinux/linaro-android-build-tools/support-dual-toolchain-tarballs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Bernhard Rosenkraenzer (community) | Approve | ||
Paul Sokolovsky | Pending | ||
Review via email: mp+81199@code.staging.launchpad.net |
Description of the change
Handle toolchain tarballs that contain both a generic arm-eabi- and
an arm-linux-
Introduce a new TOOLCHAIN_TYPE variable that can be used to select
which of those compilers is used for TARGET_TOOLS_PREFIX (if none
is set, use the first compiler we can find)
At this time, this is necessary so we can start using the arm-linux-
To post a comment you must log in.
Do you expect for toolchain TOOLCHAIN_TYPE to ever contain wildcards? If no, then whole find/head is apparently superfluous, and there would be direct assignment.
Also, is TOOLCHAIN_TYPE really good name for it? Not TOOLCHAIN_ARCH, TOOLCHAIN_TARGET, TOOLCHAIN_TRIPLET (not suggesting any of them, just asking for consideration). And actually, this falls into what was suggested by Michael Hope at that Parametrization session - to use consistent naming across Linaro teams, so maybe worth checking with him right away?