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