commit | af8947fe17d3a29a47573ab0537d121d3653b53e | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Wed Jan 22 09:43:47 2025 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Feb 19 18:40:47 2025 +0100 |
tree | 71394ee97838c3e7ef41844dd63ae34e545ea438 | |
parent | b478432d8167f21678a894fb411748c23b57e18a [diff] |
fix(build): update clang target for aarch64 With the LLVM toolchain delivered by Arm [1], the target aarch64-elf which is defaulting to aarch64-unknown-unknown-elf is now unknown. Replace it with aarch64-unknown-none-elf. [1]: https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/tag/release-19.1.5 Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I5a0fad1ee29838ef2c3a1bc8ecfba05aacf0a6d6