From: Denys Dmytriyenko <[email protected]> OE-Core has moved to gcc 13, update our preference accordingly.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/include/toolchain-gcc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14483): https://lists.yoctoproject.org/g/meta-arago/message/14483 Mute This Topic: https://lists.yoctoproject.org/mt/99245299/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
