]> code.ossystems Code Review - openembedded-core.git/commit
libtool: Fix lto option passing for reproducible builds
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Aug 2021 10:18:20 +0000 (11:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Aug 2021 05:26:10 +0000 (06:26 +0100)
commit2c26d2c00b47df856fb2d9c35486b135094d46ac
treede37270e0e68f0996f78b2e0f662ed170abcd9ad
parentaedc4667474f891654f01bb4c0f542092fbe5aa3
libtool: Fix lto option passing for reproducible builds

If lto is enabled, we need the prefix-map variables to be passed to the linker.
Add these to the list of options libtool passes through.

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