Index: Makefile
===================================================================
--- Makefile (revision 20)
+++ Makefile (revision 21)
@@ -3,7 +3,7 @@
COMPONENT_TARGETS = $(TOOLCHAIN_S8XX_NEWLIB)
-export TOOLCHAIN_VERSION = 1.10.0
+export TOOLCHAIN_VERSION = 1.11.0
include ../build-system/config.mk
@@ -10,7 +10,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_S8XX_NEWLIB))
-REQUIRES = products/S8XX-newlib/1.10.0
+REQUIRES = products/S8XX-newlib/1.11.0
endif
# ======= __END_OF_REQUIRES__ =======