commit | 41fbc3ad3aec06a126be8d1d5d71ffa27184ef08 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Fri Jan 27 19:53:49 2023 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Fri Jan 27 19:56:49 2023 +0000 |
tree | 9cd83669e6c9c2335d1943ee7352c934b3b6bbb8 | |
parent | 0b1b97badf1d2396169982146359fdb6c526a6be [diff] |
Add ChangeLog for c_build_helper improvements Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/ChangeLog.d/c-build-helper-hostcc.txt b/ChangeLog.d/c-build-helper-hostcc.txt new file mode 100644 index 0000000..ebf77b3 --- /dev/null +++ b/ChangeLog.d/c-build-helper-hostcc.txt
@@ -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.