Re: [OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-05-27 Thread Richard Purdie
On Sat, 2023-05-27 at 07:27 +0200, Jacob Kroon wrote: > On 4/28/23 05:20, Khem Raj wrote: > > This should help canonicalize the relative paths and symlinks > > during cross compile, -fcanon-prefix-map is newly added in gcc-13+ [1] > > > > [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464#c8

Re: [OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-05-27 Thread Khem Raj
On Fri, May 26, 2023 at 10:27 PM Jacob Kroon wrote: > > On 4/28/23 05:20, Khem Raj wrote: > > This should help canonicalize the relative paths and symlinks > > during cross compile, -fcanon-prefix-map is newly added in gcc-13+ [1] > > > > [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464#c8

Re: [OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-05-26 Thread Jacob Kroon
On 4/28/23 05:20, Khem Raj wrote: This should help canonicalize the relative paths and symlinks during cross compile, -fcanon-prefix-map is newly added in gcc-13+ [1] [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464#c8 Signed-off-by: Khem Raj --- meta/conf/bitbake.conf | 3 ++- 1

Re: [OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-04-28 Thread Khem Raj
On Fri, Apr 28, 2023 at 4:18 AM Martin Jansa wrote: > > Do you already have a follow-up change for meta-clang which seems to be > broken by this change? > > clang-16: error: unknown argument: '-fcanon-prefix-map' > yes https://github.com/kraj/meta-clang/pull/782 > On Fri, Apr 28, 2023 at 5:20 

Re: [OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-04-28 Thread Martin Jansa
Do you already have a follow-up change for meta-clang which seems to be broken by this change? clang-16: error: unknown argument: '-fcanon-prefix-map' On Fri, Apr 28, 2023 at 5:20 AM Khem Raj wrote: > This should help canonicalize the relative paths and symlinks > during cross compile,

[OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-04-27 Thread Khem Raj
This should help canonicalize the relative paths and symlinks during cross compile, -fcanon-prefix-map is newly added in gcc-13+ [1] [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464#c8 Signed-off-by: Khem Raj --- meta/conf/bitbake.conf | 3 ++- 1 file changed, 2 insertions(+), 1