sof/scripts/cmake
Karol Trzcinski d1b02d4ec8 logger: Make CC_DESC string length indivisible by four
When variable length array, filled with string will be
placed in sucha manner that null terminator address will
be divisible by four, then it will be lost in output
binary file. It leads to troubles during scanning content
of such a section. Such a problem occur in firmware
and produce logger and FW debug ABI mismatch and it's why
logger output is broken.
After change length of XCC_TOOLS_VERSION to be none of
number four multiplication problem with logger disappear.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2020-03-30 14:44:52 +01:00
..
defconfigs.cmake cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00
dist.cmake cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00
git-hooks.cmake cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00
kconfig.cmake cmake: trigger olddefconfig on kconfig changes 2019-11-07 09:12:52 +01:00
misc.cmake sof: Add compiler version macros 2019-12-15 13:05:51 +01:00
version-build-counter.cmake cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00
version.cmake cmake: version: consider unannotated tags 2020-01-07 14:59:48 +00:00
xtensa-platform.cmake cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00
xtensa-toolchain.cmake logger: Make CC_DESC string length indivisible by four 2020-03-30 14:44:52 +01:00