Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(revision 7)
+++ Makefile	(revision 8)
@@ -7,7 +7,7 @@
 include ../../../build-system/config.mk
 
 REQUIRES  = core/gcc/12.2.0^full
-REQUIRES += tools/patchelf/0.15
+REQUIRES += tools/patchelf/0.18.0
 REQUIRES += core/gdb/12.1
 
 # ======= __END_OF_REQUIRES__ =======