diff mbox series

[master] toolchain-gcc: bump preferred gcc version

Message ID 20230531155240.3704741-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] toolchain-gcc: bump preferred gcc version | expand

Commit Message

Denys Dmytriyenko May 31, 2023, 3:52 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

OE-Core has moved to gcc 13, update our preference accordingly.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/conf/distro/include/toolchain-gcc.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
index 78957364..c2f730e0 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
@@ -13,7 +13,7 @@  PREFERRED_PROVIDER_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "binutil
 PREFERRED_PROVIDER_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
 
 # Set Cross and SDK toolchain preferences
-SDKGCCVERSION ?= "12%"
+SDKGCCVERSION ?= "13%"
 SDKBINUVERSION ?= "2.40%"
 SDKGLIBCVERSION ?= "2.37%"
 
@@ -30,7 +30,7 @@  PREFERRED_VERSION_nativesdk-glibc-initial ?= "${SDKGLIBCVERSION}"
 
 # Set target toolchain preferences to match Cross/SDK by default
 # Can be overwritten globally, if needed
-GCCVERSION ?= "12%"
+GCCVERSION ?= "13%"
 BINUVERSION ?= "2.40%"
 GLIBCVERSION ?= "2.37%"