]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: Resolve relative prefix-map filenames
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2022 16:17:20 +0000 (17:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2022 18:55:32 +0000 (19:55 +0100)
commit591cbe7140f01470b5799bc51e5b23f58bf95ffa
tree52cd8a71ad75276fffb5977050416a39df94e8bb
parent78f0bb21ae4337fdf628b2436c6182c32ed4fa9d
gcc: Resolve relative prefix-map filenames

Add a patch to gcc so that relative paths are handled by -fdebug-prefix-map
and friends. In OE we use relative paths in autotools and removing that
creates a lot of issues we'd have to fix. This alternative allows us to
fix the paths within gcc and improve our debug file coverage (and SPDX
manifests) accordingly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-12.1.inc
meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch [new file with mode: 0644]