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: 0.52.21/Makefile
===================================================================
--- 0.52.21/Makefile	(revision 447)
+++ 0.52.21/Makefile	(revision 448)
@@ -125,7 +125,7 @@
 env_sysroot = DESTDIR=$(NEWT_PKG)
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 
 extra_configure_switches  = --libdir=/usr/lib$(LIBSUFFIX)
Index: 0.52.21-ppc32/Makefile
===================================================================
--- 0.52.21-ppc32/Makefile	(revision 447)
+++ 0.52.21-ppc32/Makefile	(revision 448)
@@ -80,7 +80,7 @@
 env_sysroot  = DESTDIR=$(NEWT_32_PKG)
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 
 extra_configure_switches  = --libdir=/usr/lib$(MULTILIB_PPC32_SUFFIX)
Index: 0.52.21-x86_32/Makefile
===================================================================
--- 0.52.21-x86_32/Makefile	(revision 447)
+++ 0.52.21-x86_32/Makefile	(revision 448)
@@ -77,7 +77,7 @@
 env_sysroot  = DESTDIR=$(NEWT_32_PKG)
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 
 extra_configure_switches  = --libdir=/usr/lib$(MULTILIB_X86_32_SUFFIX)