libmbedtls: Enable MBEDTLS_NO_UDBL_DIVISION
Enabling this macro provides an alternate way to do double width
(128 bit in a 64 bit platform) integer division to avoid using
__udivti3() from libgcc.a. This is needed when BTI is enabled, as
the libgcc.a is not BTI compatible.
Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
Loading
Please register or sign in to comment