commit | 586fc9076037da17c251571cde0a3268ddba07bf | [log] [tgz] |
---|---|---|
author | Jan Henke <Jan.Henke@taujhe.de> | Thu Jul 27 20:41:20 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 04 10:47:50 2023 +0200 |
tree | a6f81858da24f89bc17327ee5f264ced30113cf1 | |
parent | ea2dd9fc65588d40a31b93b7a2f0629c9ed0b354 [diff] |
gcc/target.cmake: fixup for #58408 (fix build with GCC 13) 58408 fixed compilation for GCC >= 13.1. But -dumpversion's output length depends on compile time configuration. It might only yield the major version. So use -dumpfullversion instead, which is guaranteed to always include major, minor and patch version. Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>