Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(.../1.9.2)	(revision 11)
+++ Makefile	(.../1.9.3)	(revision 12)
@@ -2,7 +2,7 @@
 
 COMPONENT_TARGETS = $(TOOLCHAIN_OMAP543X_GLIBC)
 
-export TOOLCHAIN_VERSION = 1.9.2
+export TOOLCHAIN_VERSION = 1.9.3
 
 include ../../../build-system/config.mk
 
Index: OMAP543X-TEST/.config
===================================================================
--- OMAP543X-TEST/.config	(.../1.9.2)	(revision 11)
+++ OMAP543X-TEST/.config	(.../1.9.3)	(revision 12)
@@ -13,7 +13,7 @@
 fi
 
 if test -z "$TOOLCHAIN_PATH"; then
-  export TOOLCHAIN_PATH=/opt/toolchains/arm-OMAP543X-linux-glibc/1.9.2
+  export TOOLCHAIN_PATH=/opt/toolchains/arm-OMAP543X-linux-glibc/1.9.3
 fi
 
 #
Index: OMAP543X-TEST-vfp/.config
===================================================================
--- OMAP543X-TEST-vfp/.config	(.../1.9.2)	(revision 11)
+++ OMAP543X-TEST-vfp/.config	(.../1.9.3)	(revision 12)
@@ -13,7 +13,7 @@
 fi
 
 if test -z "$TOOLCHAIN_PATH"; then
-  export TOOLCHAIN_PATH=/opt/toolchains/arm-OMAP543X-linux-glibc/1.9.2
+  export TOOLCHAIN_PATH=/opt/toolchains/arm-OMAP543X-linux-glibc/1.9.3
 fi
 
 #