summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-11 16:32:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-14 17:49:48 +0100
commit1d723321a74df73bc9e3bf0845526672dd593d48 (patch)
tree96ba61e648c3f7d4443f5cda6603ff3c53075e30 /meta/recipes-devtools/gcc
parent9bca79fdb4dccc8318f579be2f957a6a0820406d (diff)
downloadpoky-1d723321a74df73bc9e3bf0845526672dd593d48.tar.gz
gcc: Tweak libtool patch documentation
Update the libtool patch description with a note about the patch not being essential now due to .la file handling changes. (From OE-Core rev: 1294542edf327fe782b5b9c0de3dd3d3c2e38af1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc/0008-libtool.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc/0008-libtool.patch b/meta/recipes-devtools/gcc/gcc/0008-libtool.patch
index f24bb2acf0..00645f0c6a 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.
13func_normal_abspath would resolve an empty path to `pwd` so we need 13func_normal_abspath would resolve an empty path to `pwd` so we need
14to filter the zero case. 14to filter the zero case.
15 15
16RP 2012/8/24 16We now delete the .la files, so the scope of this issue is limited however
17if anyting else in gcc-runtime linked to libstdc++ (which can potentially
18see the .la files), it would potentially see the issue.
19
20RP 2012/8/24 and 2025/7/14
17 21
18Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2023-04/msg00000.html] 22Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2023-04/msg00000.html]
19Signed-off-by: Khem Raj <raj.khem@gmail.com> 23Signed-off-by: Khem Raj <raj.khem@gmail.com>