diff mbox series

[master,1/6] toolchain-gcc: bump preferences for glibc and binutils

Message ID 20230225044235.1967733-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master,1/6] toolchain-gcc: bump preferences for glibc and binutils | expand

Commit Message

Denys Dmytriyenko Feb. 25, 2023, 4:42 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Update preferred versions for glibc and binutils for internal gcc toolchain.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/conf/distro/include/toolchain-gcc.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 87569e10..18a4c125 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
@@ -14,8 +14,8 @@  PREFERRED_PROVIDER_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "gdb-cross-can
 
 # Set Cross and SDK toolchain preferences
 SDKGCCVERSION ?= "12%"
-SDKBINUVERSION ?= "2.39%"
-SDKGLIBCVERSION ?= "2.36%"
+SDKBINUVERSION ?= "2.40%"
+SDKGLIBCVERSION ?= "2.37%"
 SDKLINUXLIBCVERSION ?= "5.10%"
 
 PREFERRED_VERSION_gcc-crosssdk-${SDK_SYS} ?= "${SDKGCCVERSION}"
@@ -33,8 +33,8 @@  PREFERRED_VERSION_nativesdk-glibc-initial ?= "${SDKGLIBCVERSION}"
 # Set target toolchain preferences to match Cross/SDK by default
 # Can be overwritten globally, if needed
 GCCVERSION ?= "12%"
-BINUVERSION ?= "2.39%"
-GLIBCVERSION ?= "2.36%"
+BINUVERSION ?= "2.40%"
+GLIBCVERSION ?= "2.37%"
 LINUXLIBCVERSION ?= "5.10%"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"