]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gcc: Update patch status to submitted for two patches
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2022 12:17:48 +0000 (13:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2022 18:55:32 +0000 (19:55 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc/hardcoded-paths.patch
meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch

index aa3d16f6000c87a8fb80376b70ef8e9d6770c583..f3485858f488e4a043286f6a675f6db8059be07d 100644 (file)
@@ -1,7 +1,7 @@
 Avoid encoding build paths into sources used for floating point on powerpc.
 (MACHINE=qemuppc bitbake libgcc).
 
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599882.html]
 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
 
 Index: gcc-12.1.0/libgcc/config/rs6000/t-float128
index 3544f61a74473210594f5659940c5770bd01c016..7f1a2deec7e73067d9562a9676832f92bd29ec98 100644 (file)
@@ -7,7 +7,8 @@ Instead, call gcc's realpath function on the incomming path name before
 comparing it with the remapping. This means other issues like symlinks
 are also accounted for and leads to a more consistent remapping experience.
 
-Upstream-Status: Pending [need to see if gcc developers would accept this]
+Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599885.html]
+[Also https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599884.html]
 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>