diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-17 13:17:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-17 19:57:32 +0100 |
commit | a01fd44f582afec6c0a037e30d6087d953e08ab8 (patch) | |
tree | 1a447f47c4c1fc5a0b7fde3d2d007ee95b22c81a /meta/recipes-devtools | |
parent | 0e590ac76bb29a2e5c4fa8fabdcf0a07944236b6 (diff) | |
download | poky-a01fd44f582afec6c0a037e30d6087d953e08ab8.tar.gz |
gcc: Update patch status to submitted for two patches
(From OE-Core rev: a2f52f6f698a1073f264dfb8afcdb4dcbcec6be8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc/hardcoded-paths.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc/hardcoded-paths.patch b/meta/recipes-devtools/gcc/gcc/hardcoded-paths.patch index aa3d16f600..f3485858f4 100644 --- a/meta/recipes-devtools/gcc/gcc/hardcoded-paths.patch +++ b/meta/recipes-devtools/gcc/gcc/hardcoded-paths.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Avoid encoding build paths into sources used for floating point on powerpc. | 1 | Avoid encoding build paths into sources used for floating point on powerpc. |
2 | (MACHINE=qemuppc bitbake libgcc). | 2 | (MACHINE=qemuppc bitbake libgcc). |
3 | 3 | ||
4 | Upstream-Status: Pending | 4 | Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599882.html] |
5 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 5 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
6 | 6 | ||
7 | Index: gcc-12.1.0/libgcc/config/rs6000/t-float128 | 7 | Index: gcc-12.1.0/libgcc/config/rs6000/t-float128 |
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 | |||
7 | comparing it with the remapping. This means other issues like symlinks | 7 | comparing it with the remapping. This means other issues like symlinks |
8 | are also accounted for and leads to a more consistent remapping experience. | 8 | are also accounted for and leads to a more consistent remapping experience. |
9 | 9 | ||
10 | Upstream-Status: Pending [need to see if gcc developers would accept this] | 10 | Upstream-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] | ||
11 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 12 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
12 | 13 | ||
13 | 14 | ||