summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch b/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch
index 3544f61a74..7f1a2deec7 100644
--- a/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch
+++ b/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch
@@ -7,7 +7,8 @@ Instead, call gcc's realpath function on the incomming path name before
7comparing it with the remapping. This means other issues like symlinks 7comparing it with the remapping. This means other issues like symlinks
8are also accounted for and leads to a more consistent remapping experience. 8are also accounted for and leads to a more consistent remapping experience.
9 9
10Upstream-Status: Pending [need to see if gcc developers would accept this] 10Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599885.html]
11[Also https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599884.html]
11Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 12Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 13
13 14