]> git.ipfire.org Git - thirdparty/libtool.git/commit
ltmain.in: Handle prefix-map compiler options correctly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jan 2024 12:39:20 +0000 (12:39 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 17 Jan 2024 19:49:08 +0000 (14:49 -0500)
commitcdf4bf702f11d17e06569936e8a433a77f791228
tree6ab873821ca95e03bd054e1ee254b7d6e5e3b4d0
parent31d9133b4ce8d0de1445219b1f85ae8e0c6f5d1a
ltmain.in: Handle prefix-map compiler options correctly

If lto is enabled, we need the prefix-map variables to be passed to the
linker to correctly link the objects using correctly mapped paths.

Add these to the list of options libtool passes through.

* build-aux/ltmain.in: Handle prefix-map compiler options.
build-aux/ltmain.in