commit | 0aae8a34b3ca8ed0885166cb5bf6af67bc91c5fa | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Feb 09 15:55:34 2023 +0000 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Fri Mar 24 14:16:28 2023 +0100 |
tree | 6695fbc3b3e679ea93d78c5a5506074177d0171f | |
parent | f69a1ad1d4f82111ccd8ad25143985a5eb6b8cc3 [diff] |
fix(deps): add missing aeabi_memset.S This file provides __aeabi_memclr8 builtin which the Ubuntu 22.04 version of clang 14 needs to compile. Add it to prevent this oddity from failing the build. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Id67aa0abba4a27c51b3ed6bb1be84b4e803b44bf (cherry picked from commit bdedee5a0f156d05eb62c704e702bfd1c506dc5d)