summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool-2.4.6.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-05 11:18:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-12 06:26:15 +0100
commit2f743b473938e798bff7122d1be177ce8e460d8b (patch)
treedbd33b220afa5eb353985c15a964d3bcd2892bfd /meta/recipes-devtools/libtool/libtool-2.4.6.inc
parent9262d89763d2a5173d3d585ed7313e4392343c32 (diff)
downloadpoky-2f743b473938e798bff7122d1be177ce8e460d8b.tar.gz
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. (From OE-Core rev: 2c26d2c00b47df856fb2d9c35486b135094d46ac) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.4.6.inc')
-rw-r--r--meta/recipes-devtools/libtool/libtool-2.4.6.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc
index c1cbceb51f..6748d7468e 100644
--- a/meta/recipes-devtools/libtool/libtool-2.4.6.inc
+++ b/meta/recipes-devtools/libtool/libtool-2.4.6.inc
@@ -23,6 +23,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
23 file://0001-libtool-Check-for-static-libs-for-internal-compiler-.patch \ 23 file://0001-libtool-Check-for-static-libs-for-internal-compiler-.patch \
24 file://0001-Makefile.am-make-sure-autoheader-run-before-autoconf.patch \ 24 file://0001-Makefile.am-make-sure-autoheader-run-before-autoconf.patch \
25 file://0001-Makefile.am-make-sure-autoheader-run-before-automake.patch \ 25 file://0001-Makefile.am-make-sure-autoheader-run-before-automake.patch \
26 file://lto-prefix.patch \
26 " 27 "
27 28
28SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" 29SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e"