commit | 6fcc77cf5e86b41f582b6ea38ce3a70a57c55fa2 | [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:53:49 2023 +0000 |
tree | bbc77a5b4ac9c5891a063222dd6b4e3000286d5f | |
parent | ef504d96c1fbc3db302bd320a6f73b631e9c0faa [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.