From: Denys Dmytriyenko <[email protected]> Update preferred versions for glibc and binutils for internal gcc toolchain.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/include/toolchain-gcc.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14231): https://lists.yoctoproject.org/g/meta-arago/message/14231 Mute This Topic: https://lists.yoctoproject.org/mt/97221767/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
