Re: [OE-core] [master][PATCH 3/4] bitbake.conf: add DEBUG_PREFIX_MAP to TARGET_LDFLAGS

2021-08-05 Thread Richard Purdie
On Thu, 2021-08-05 at 17:00 +0100, Richard Purdie via lists.openembedded.org wrote: > On Tue, 2021-07-27 at 09:36 -0400, Tony Battersby wrote: > > -f*-prefix-map flags are required when linking with LTO enabled to make > > the output binary reproducible. > > > > See discussion here: > >

Re: [OE-core] [master][PATCH 3/4] bitbake.conf: add DEBUG_PREFIX_MAP to TARGET_LDFLAGS

2021-08-05 Thread Richard Purdie
On Tue, 2021-07-27 at 09:36 -0400, Tony Battersby wrote: > -f*-prefix-map flags are required when linking with LTO enabled to make > the output binary reproducible. > > See discussion here: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101473 > > [YOCTO #14481] > > Signed-off-by: Tony

Re: [OE-core] [master][PATCH 3/4] bitbake.conf: add DEBUG_PREFIX_MAP to TARGET_LDFLAGS

2021-07-27 Thread Khem Raj
On 7/27/21 6:36 AM, Tony Battersby wrote: -f*-prefix-map flags are required when linking with LTO enabled to make the output binary reproducible. See discussion here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101473 [YOCTO #14481] Looks ok Signed-off-by: Tony Battersby ---

[OE-core] [master][PATCH 3/4] bitbake.conf: add DEBUG_PREFIX_MAP to TARGET_LDFLAGS

2021-07-27 Thread Tony Battersby
-f*-prefix-map flags are required when linking with LTO enabled to make the output binary reproducible. See discussion here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101473 [YOCTO #14481] Signed-off-by: Tony Battersby --- /usr/sbin/lspci from pciutils is a good program to test that shows