1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Add ChangeLog for c_build_helper improvements

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2023-01-27 19:53:49 +00:00
parent ef504d96c1
commit 6fcc77cf5e

View File

@@ -0,0 +1,4 @@
Features
* Use HOSTCC (if it is set) when compiling C code during generation of the
generated files. This allows them to be generated when CC is set for
cross compilation.