From e50d23c30cd8259941b25e336b11cd96e4f6cd31 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 28 Mar 2016 04:18:46 -0400 Subject: gcc-5.3/gcc-4.9: -fdebug-prefix-map support to remap relative path For relative path in DWARF, -fdebug-prefix-map could not remap it, so translate to real path before mapping. [YOCTO #9305] Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-5.3.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/gcc/gcc-5.3.inc') diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc index 4adafd50fe..9808be1135 100644 --- a/meta/recipes-devtools/gcc/gcc-5.3.inc +++ b/meta/recipes-devtools/gcc/gcc-5.3.inc @@ -87,6 +87,7 @@ SRC_URI = "\ file://0055-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ file://0056-Enable-libc-provide-ssp-and-gcc_cv_target_dl_iterate.patch \ file://0057-unwind-fix-for-musl.patch \ + file://0058-fdebug-prefix-map-support-to-remap-relative-path.patch \ " BACKPORTS = "" -- cgit 1.2.3-korg