diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc/0008-libtool.patch | 6 |
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. | |||
| 13 | func_normal_abspath would resolve an empty path to `pwd` so we need | 13 | func_normal_abspath would resolve an empty path to `pwd` so we need |
| 14 | to filter the zero case. | 14 | to filter the zero case. |
| 15 | 15 | ||
| 16 | RP 2012/8/24 | 16 | We now delete the .la files, so the scope of this issue is limited however |
| 17 | if anyting else in gcc-runtime linked to libstdc++ (which can potentially | ||
| 18 | see the .la files), it would potentially see the issue. | ||
| 19 | |||
| 20 | RP 2012/8/24 and 2025/7/14 | ||
| 17 | 21 | ||
| 18 | Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2023-04/msg00000.html] | 22 | Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2023-04/msg00000.html] |
| 19 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 23 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
