commit | 98255efb18f0b65eb117a5728112fa508e8fc4fd | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Thu Aug 29 15:08:42 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Tue Sep 10 12:36:19 2024 +0000 |
tree | 7fb980bcaad45a8cba7287071d2c03132e3dc55f | |
parent | 87e98c2ef740ffef58f10aa176d19bb82878d1c0 [diff] |
build: allow multiple toolchain defaults This change enables a fairly commonly-requested use-case, which is to fall back to the host system's native toolchain when building on AArch64 if the bare-metal toolchain is not available. In this situation, if the `aarch64-none-elf` GCC toolchain cannot be located, the build system will look for `aarch64-linux-gnu` before giving up. Change-Id: I39d2a8837b651b28cf0eafa92f6003a7f66767a0 Signed-off-by: Chris Kay <chris.kay@arm.com>