From 533f391bb2c9cb9e1b33947ee80d8e0a9640a6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= <bernhard.rosenkraenzer.ext@huawei.com> Date: Thu, 28 Apr 2022 21:33:51 +0200 Subject: [PATCH] gcc: Use DWARF-4 for Zephyr, with any version of gcc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build Zephyr debug info in DWARF-4 format instead of DWARF-5. The Zephyr test suite uses tools that can't handle DRAWF-5 properly yet (py-elfutils), causing tests to fail if Zephyr has been built with DWARF-5. Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com> --- .../gcc/{gcc-cross_11.2.bbappend => gcc-cross_%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oniro-core/recipes-devtools/gcc/{gcc-cross_11.2.bbappend => gcc-cross_%.bbappend} (100%) diff --git a/meta-oniro-core/recipes-devtools/gcc/gcc-cross_11.2.bbappend b/meta-oniro-core/recipes-devtools/gcc/gcc-cross_%.bbappend similarity index 100% rename from meta-oniro-core/recipes-devtools/gcc/gcc-cross_11.2.bbappend rename to meta-oniro-core/recipes-devtools/gcc/gcc-cross_%.bbappend -- GitLab