]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gcc: Tweak libtool patch documentation
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Jul 2025 15:32:43 +0000 (16:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jul 2025 16:49:06 +0000 (17:49 +0100)
Update the libtool patch description with a note about the patch not
being essential now due to .la file handling changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc/0008-libtool.patch

index f24bb2acf0334472393922c70d1c208052fc1dbd..00645f0c6a066fbaa5e79e97f4518f8867013b2b 100644 (file)
@@ -13,7 +13,11 @@ for now this resolves the nastiest problems this causes.
 func_normal_abspath would resolve an empty path to `pwd` so we need
 to filter the zero case.
 
-RP 2012/8/24
+We now delete the .la files, so the scope of this issue is limited however
+if anyting else in gcc-runtime linked to libstdc++ (which can potentially
+see the .la files), it would potentially see the issue.
+
+RP 2012/8/24 and 2025/7/14
 
 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2023-04/msg00000.html]
 Signed-off-by: Khem Raj <raj.khem@gmail.com>