Searched hist:"84 eb3ef6c9f596e968b4f9b83a3a01deda2a8a9d" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/lib/libc/ |
| H A D | libc_common.mk | 84eb3ef6c9f596e968b4f9b83a3a01deda2a8a9d Fri Feb 02 08:48:27 UTC 2024 Olivier Deprez <olivier.deprez@arm.com> fix(libc): memset inclusion to libc makefiles
Fix [1] is introducing another problem in that memset is added twice to the libc makefile when OVERRIDE_LIBC=1 (the C and asm implementations).
Correct by adding memset.c when OVERRIDE_LIBC=0 and memset.S when OVERRIDE_LIBC=1.
[1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/26091
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: Ie4b7e04880d4cd871e7b51cd8ff5bddcf8d0308c
|
| H A D | libc.mk | 84eb3ef6c9f596e968b4f9b83a3a01deda2a8a9d Fri Feb 02 08:48:27 UTC 2024 Olivier Deprez <olivier.deprez@arm.com> fix(libc): memset inclusion to libc makefiles
Fix [1] is introducing another problem in that memset is added twice to the libc makefile when OVERRIDE_LIBC=1 (the C and asm implementations).
Correct by adding memset.c when OVERRIDE_LIBC=0 and memset.S when OVERRIDE_LIBC=1.
[1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/26091
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: Ie4b7e04880d4cd871e7b51cd8ff5bddcf8d0308c
|