]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(deps): add missing aeabi_memset.S
authorBoyan Karatotev <boyan.karatotev@arm.com>
Thu, 9 Feb 2023 15:55:34 +0000 (15:55 +0000)
committerBoyan Karatotev <boyan.karatotev@arm.com>
Mon, 13 Feb 2023 14:37:19 +0000 (14:37 +0000)
commitbdedee5a0f156d05eb62c704e702bfd1c506dc5d
tree8b75776ed08616d39f4c71367a985311df025aeb
parentec1c00a79c92c65bd568a2251ce614eae7eb7c77
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
lib/compiler-rt/builtins/arm/aeabi_memset.S [new file with mode: 0644]
lib/compiler-rt/compiler-rt.mk