Radix cross Linux Toolchains for ARC architecture

ARC Toolchains for boot loaders components of some SoCs (such as Amlogic System on Chip)

38 Commits   0 Branches   12 Tags
Index: products/Makefile
===================================================================
--- products/Makefile	(revision 36)
+++ products/Makefile	(revision 37)
@@ -3,7 +3,7 @@
 COMPONENT_TARGETS  = $(TOOLCHAIN_S8XX_NEWLIB)
 
 
-export TOOLCHAIN_VERSION = 1.9.8
+export TOOLCHAIN_VERSION = 1.11.3
 
 
 include ../build-system/config.mk
@@ -10,7 +10,7 @@
 
 
 ifeq ($(TOOLCHAIN),$(TOOLCHAIN_S8XX_NEWLIB))
-REQUIRES  = products/S8XX-newlib/1.9.8
+REQUIRES  = products/S8XX-newlib/1.11.3
 endif
 
 # ======= __END_OF_REQUIRES__ =======