Signed-off-by: Denys Dmytriyenko <[email protected]>
---
meta-arago-distro/conf/distro/include/toolchain-arm.inc | 12 ++++++------
meta-arago-distro/conf/distro/include/toolchain-gcc.inc | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/meta-arago-distro/conf/distro/include/toolchain-arm.inc
b/meta-arago-distro/conf/distro/include/toolchain-arm.inc
index 58efc00..66edede 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-arm.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-arm.inc
@@ -47,9 +47,9 @@ PREFERRED_PROVIDER_gcc-runtime = "external-arm-toolchain"
# Set Cross and SDK toolchain preferences
SDKGCCVERSION ?= "arm-9.2%"
-SDKGDBVERSION ?= "9.1%"
-SDKBINUVERSION ?= "2.34%"
-SDKGLIBCVERSION ?= "2.31%"
+SDKGDBVERSION ?= "9.2%"
+SDKBINUVERSION ?= "2.35%"
+SDKGLIBCVERSION ?= "2.32%"
SDKLINUXLIBCVERSION ?= "5.4%"
PREFERRED_VERSION_gcc-crosssdk-${SDK_SYS} ?= "${SDKGCCVERSION}"
@@ -69,9 +69,9 @@ PREFERRED_VERSION_nativesdk-glibc-initial ?=
"${SDKGLIBCVERSION}"
# Set target toolchain preferences to match Cross/SDK by default
# Can be overwritten globally, if needed
GCCVERSION ?= "arm-9.2%"
-GDBVERSION ?= "9.1%"
-BINUVERSION ?= "2.34%"
-GLIBCVERSION ?= "2.31%"
+GDBVERSION ?= "9.2%"
+BINUVERSION ?= "2.35%"
+GLIBCVERSION ?= "2.32%"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gdb ?= "${GDBVERSION}"
diff --git a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
index 587ba94..faf4e71 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
@@ -13,9 +13,9 @@
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 ?= "9%"
-SDKBINUVERSION ?= "2.34%"
-SDKGLIBCVERSION ?= "2.31%"
+SDKGCCVERSION ?= "10%"
+SDKBINUVERSION ?= "2.35%"
+SDKGLIBCVERSION ?= "2.32%"
SDKLINUXLIBCVERSION ?= "5.4%"
PREFERRED_VERSION_gcc-crosssdk-${SDK_SYS} ?= "${SDKGCCVERSION}"
@@ -32,9 +32,9 @@ PREFERRED_VERSION_nativesdk-glibc-initial ?=
"${SDKGLIBCVERSION}"
# Set target toolchain preferences to match Cross/SDK by default
# Can be overwritten globally, if needed
-GCCVERSION ?= "9%"
-BINUVERSION ?= "2.34%"
-GLIBCVERSION ?= "2.31%"
+GCCVERSION ?= "10%"
+BINUVERSION ?= "2.35%"
+GLIBCVERSION ?= "2.32%"
LINUXLIBCVERSION ?= "5.4%"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
--
2.7.4
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago