
build@6e35408e8fa5:~/tisdk/sources/meta-arago/meta-arago-distro/conf/distro/include$ git diff .
diff --git a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
index 20a6517..6e89ea6 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
@@ -31,7 +31,8 @@ PREFERRED_PROVIDER_libgcc = "external-linaro-toolchain"
 PREFERRED_PROVIDER_gcc-runtime = "external-linaro-toolchain"

 # Set Cross and SDK toolchain preferences
-SDKGCCVERSION ?= "linaro-6.2%"
+#SDKGCCVERSION ?= "linaro-6.2%"
+SDKGCCVERSION ?= "linar-4.9%"
 SDKBINUVERSION ?= "linaro-2.27%"
 SDKGLIBCVERSION ?= "2.24%"
 SDKLINUXLIBCVERSION ?= "4.9%"
@@ -49,7 +50,8 @@ PREFERRED_VERSION_nativesdk-glibc-initial ?= "${SDKGLIBCVERSION}"

 # Set target toolchain preferences to match Cross/SDK by default
 # Can be overwritten globally, if needed
-GCCVERSION ?= "linaro-6.2%"
+# GCCVERSION ?= "linaro-6.2%"
+GCCVERSION ?= "linaro-4.9%"
 BINUVERSION ?= "linaro-2.27%"
 GLIBCVERSION ?= "2.24%"
 GLIBCINITVERSION ?= "2.24%"
