Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(.../1.9.7)	(revision 27)
+++ Makefile	(.../1.9.8)	(revision 28)
@@ -2,7 +2,7 @@
 
 COMPONENT_TARGETS = $(TOOLCHAIN_RK33XX_NEWLIB)
 
-export TOOLCHAIN_VERSION = 1.9.7
+export TOOLCHAIN_VERSION = 1.9.8
 
 include ../../../build-system/config.mk
 
Index: RK33XX-TEST-ilp32/.config
===================================================================
--- RK33XX-TEST-ilp32/.config	(.../1.9.7)	(revision 27)
+++ RK33XX-TEST-ilp32/.config	(.../1.9.8)	(revision 28)
@@ -13,7 +13,7 @@
 fi
 
 if test -z "$TOOLCHAIN_PATH"; then
-  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-elf-newlib/1.9.7
+  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-elf-newlib/1.9.8
 fi
 
 #
Index: RK33XX-TEST-lp64/.config
===================================================================
--- RK33XX-TEST-lp64/.config	(.../1.9.7)	(revision 27)
+++ RK33XX-TEST-lp64/.config	(.../1.9.8)	(revision 28)
@@ -13,7 +13,7 @@
 fi
 
 if test -z "$TOOLCHAIN_PATH"; then
-  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-elf-newlib/1.9.7
+  export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-elf-newlib/1.9.8
 fi
 
 #