diff mbox series

gcc: Tweak libtool patch documentation

Message ID 20250714122813.1114867-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 1294542edf327fe782b5b9c0de3dd3d3c2e38af1
Headers show
Series gcc: Tweak libtool patch documentation | expand

Commit Message

Richard Purdie July 14, 2025, 12:28 p.m. UTC
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 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/gcc/gcc/0008-libtool.patch b/meta/recipes-devtools/gcc/gcc/0008-libtool.patch
index f24bb2acf03..00645f0c6a0 100644
--- a/meta/recipes-devtools/gcc/gcc/0008-libtool.patch
+++ b/meta/recipes-devtools/gcc/gcc/0008-libtool.patch
@@ -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>