diff mbox series

[meta-darwin,1/2] gcc: update to 13.3

Message ID 20240729164924.145828-1-ecordonnier@snap.com
State New
Headers show
Series [meta-darwin,1/2] gcc: update to 13.3 | expand

Commit Message

Etienne Cordonnier July 29, 2024, 4:49 p.m. UTC
From: Etienne Cordonnier <ecordonnier@snap.com>

gcc is updated to version 13.3 in the scarthgap 5.0.2 update.

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
---
 recipes-devtools/clang/clang/0037-Fixes_for_Darwin_SDKs.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/recipes-devtools/clang/clang/0037-Fixes_for_Darwin_SDKs.patch b/recipes-devtools/clang/clang/0037-Fixes_for_Darwin_SDKs.patch
index 687b5aa..2071fa3 100644
--- a/recipes-devtools/clang/clang/0037-Fixes_for_Darwin_SDKs.patch
+++ b/recipes-devtools/clang/clang/0037-Fixes_for_Darwin_SDKs.patch
@@ -22,13 +22,13 @@  index f7da3f187814..0656f5cbad69 100644
 -                                                "4.2.1",
 -                                                "i686-apple-darwin10",
 -                                                arch == llvm::Triple::x86_64 ? "x86_64" : "");
-+                                                "13.2.0",
++                                                "13.3.0",
 +                                                "x86_64#SDK_VENDOR#-darwin21",
 +                                                "");
        IsBaseFound |= AddGnuCPlusPlusIncludePaths(DriverArgs, CC1Args, UsrIncludeCxx,
 -                                                "4.0.0", "i686-apple-darwin8",
 -                                                 "");
-+                                                "13.2.0", "", "");
++                                                "13.3.0", "", "");
 +      {
 +          const char *S = ::getenv("YOCTO_SDKPATH");
 +          if (S && (S[0] != '\0')) {