Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 2022.10/Makefile
===================================================================
--- 2022.10/Makefile	(revision 392)
+++ 2022.10/Makefile	(revision 393)
@@ -130,7 +130,7 @@
 #
 # armv7-m (cortex-m0) toolchain:
 #
-M0_TOOLCHAIN_PATH   = /opt/toolchains/arm-NONE-eabi-newlib/1.9.8
+M0_TOOLCHAIN_PATH   = /opt/toolchains/arm-NONE-eabi-newlib/1.11.3
 CORTEX_M0_SETTINGS  = M0_CROSS_COMPILE=$(M0_TOOLCHAIN_PATH)/bin/arm-none-eabi- PLAT=rk3399 bl31
 
 suppress-warnings   = -Wno-maybe-uninitialized -Wno-stringop-truncation