Signed-off-by: Yash Shinde <yash.shi...@windriver.com>
---
 .../gcc/gcc/0002-gcc-poison-system-directories.patch         | 3 ++-
 ...ass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch | 2 +-
 ...-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch | 2 +-
 meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch   | 2 +-
 meta/recipes-devtools/gcc/gcc/0008-libtool.patch             | 2 +-
 ...9-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch | 2 +-
 .../gcc/0013-Ensure-target-gcc-headers-can-be-included.patch | 2 +-
 ...earch-target-sysroot-gcc-version-specific-dirs-with.patch | 2 +-
 ...dd-ssp_nonshared-to-link-commandline-for-musl-targe.patch | 2 +-
 ...ibgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | 2 +-
 meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch      | 5 +++--
 11 files changed, 14 insertions(+), 12 deletions(-)

diff --git 
a/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch 
b/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch
index 5aa635b3d4..02135b7324 100644
--- a/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch
+++ b/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch
@@ -11,7 +11,8 @@ aborted.
 Instead, we add the two missing items to the current scan.  If the user
 wants this to be a failure, they can add "-Werror=poison-system-directories".
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [OE configuration]
+
 Signed-off-by: Mark Hatle <mark.ha...@windriver.com>
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
 ---
diff --git 
a/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch
 
b/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch
index e8f2163476..026f946b4d 100644
--- 
a/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch
+++ 
b/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch
@@ -13,7 +13,7 @@ ChangeLog:
     * Makefile.in: Regenerate.
     * Makefile.tpl: Add missing CXXFLAGS_FOR_BUILD overrides
 
-Upstream-Status: Pending [should be submittable]
+Upstream-Status: Submitted 
[https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612560.html]
 
 Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
diff --git 
a/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
 
b/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
index e34eb2cf3f..8a3f0ffa6a 100644
--- 
a/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
+++ 
b/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
@@ -9,7 +9,7 @@ gcc-cross-intermediate, gcc-cross, gcc-runtime, and also the 
sdk build.
 
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [embedded specific]
 
 While compiling gcc-crosssdk-initial-x86_64 on some host, there is
 occasionally failure that test the existance of default.h doesn't
diff --git a/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch 
b/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch
index b08aecc736..9af82abaae 100644
--- a/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch
+++ b/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch
@@ -19,7 +19,7 @@ RP 2012/04/13
 
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [embedded specific]
 ---
  gcc/cp/lang-specs.h | 2 +-
  gcc/gcc.cc          | 2 +-
diff --git a/meta/recipes-devtools/gcc/gcc/0008-libtool.patch 
b/meta/recipes-devtools/gcc/gcc/0008-libtool.patch
index c9bc38ccf0..9e1d6dd0a3 100644
--- a/meta/recipes-devtools/gcc/gcc/0008-libtool.patch
+++ b/meta/recipes-devtools/gcc/gcc/0008-libtool.patch
@@ -17,7 +17,7 @@ RP 2012/8/24
 
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
 
-Upstream-Status: Pending
+Upstream-Status: Submitted 
[https://lists.gnu.org/archive/html/libtool-patches/2023-04/msg00000.html]
 ---
  ltmain.sh | 4 ++++
  1 file changed, 4 insertions(+)
diff --git 
a/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
 
b/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
index dd67b115f0..d2d6c8f289 100644
--- 
a/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
+++ 
b/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
@@ -13,7 +13,7 @@ We might want to send it upstream.
 
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
 
-Upstream-Status: Pending
+Upstream-Status: Submitted 
[https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615319.html]
 ---
  gcc/config/arm/linux-eabi.h | 6 +++++-
  1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 
a/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch
 
b/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch
index 61e61ecc6e..cee447b310 100644
--- 
a/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch
+++ 
b/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch
@@ -13,7 +13,7 @@ command line in order to resolve this.
 
 Extend target gcc headers search to musl too
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [embedded specific]
 
 Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com>
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
diff --git 
a/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch
 
b/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch
index 9b05da64a7..6fca63a494 100644
--- 
a/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch
+++ 
b/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch
@@ -42,7 +42,7 @@ binaries can be found first. With this change the search path 
becomes:
 <sysroot>/lib32/
 <sysroot>/usr/lib32/
 
-Upstream-Status: Pending
+Upstream-Status: Submitted 
[https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615320.html]
 RP 2015/7/31
 
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
diff --git 
a/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
 
b/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
index 56793e03a3..b4b820b22c 100644
--- 
a/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
+++ 
b/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
@@ -13,7 +13,7 @@ are already present in libc_nonshared library therefore
 we do not need any library helper on glibc based systems
 but musl needs the libssp_noshared from gcc
 
-Upstream-Status: Pending
+Upstream-Status: Submitted 
[https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615317.html]
 
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
 ---
diff --git 
a/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
 
b/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
index f37092089f..7ee0342d87 100644
--- 
a/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
+++ 
b/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
@@ -29,7 +29,7 @@ gcc/Changelog:
        * config/i386/i386-expand.c (ix86_expand_builtin): Make 
__builtin_cpu_init
        call __cpu_indicator_init_local instead of __cpu_indicator_init.
 
-Upstream-Status: Pending
+Upstream-Status: Submitted 
[https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612559.html]
 
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
 ---
diff --git a/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch 
b/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch
index 7f1a2deec7..23ae00ce40 100644
--- a/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch
+++ b/meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch
@@ -7,8 +7,9 @@ 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: Submitted 
[https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599885.html]
-[Also https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599884.html]
+Upstream-Status: Backport 
[https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=11543b27fe16d81ca5483ecb98ec7a5b2426e0c0]
+                          
[https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=e5c15eb183f17e806ad6b58c9497321ded87866f]
+
 Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
 
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#179815): 
https://lists.openembedded.org/g/openembedded-core/message/179815
Mute This Topic: https://lists.openembedded.org/mt/98121624/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to