Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: AT91SAM7S-TEST/.config
===================================================================
--- AT91SAM7S-TEST/.config	(.../1.9.6)	(revision 24)
+++ AT91SAM7S-TEST/.config	(.../1.9.7)	(revision 25)
@@ -13,7 +13,7 @@
 fi
 
 if test -z "$TOOLCHAIN_PATH"; then
-  export TOOLCHAIN_PATH=/opt/toolchains/arm-AT91SAM7S-eabi-newlib/1.9.6
+  export TOOLCHAIN_PATH=/opt/toolchains/arm-AT91SAM7S-eabi-newlib/1.9.7
 fi
 
 #
Index: Makefile
===================================================================
--- Makefile	(.../1.9.6)	(revision 24)
+++ Makefile	(.../1.9.7)	(revision 25)
@@ -2,7 +2,7 @@
 
 COMPONENT_TARGETS = $(TOOLCHAIN_AT91SAM7S_NEWLIB)
 
-export TOOLCHAIN_VERSION = 1.9.6
+export TOOLCHAIN_VERSION = 1.9.7
 
 include ../../../build-system/config.mk