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

383 Commits   1 Branch   1 Tag
Index: radix-1.9/X11/app/firefox/122.0.1/Makefile
===================================================================
--- radix-1.9/X11/app/firefox/122.0.1/Makefile	(revision 379)
+++ radix-1.9/X11/app/firefox/122.0.1/Makefile	(revision 380)
@@ -210,6 +210,8 @@
 # Add targets:
 # -----------
 # $ rustup target add arm-unknown-linux-gnueabihf
+# $ rustup target add armv7-unknown-linux-gnueabihf
+# $ rustup target add thumbv7neon-unknown-linux-gnueabihf
 # $ rustup target add aarch64-unknown-linux-gnu
 # $ rustup target add mipsel-unknown-linux-gnu
 # $ rustup target add powerpc-unknown-linux-gnu
Index: radix-1.9/X11/app/thunderbird/115.7.0/Makefile
===================================================================
--- radix-1.9/X11/app/thunderbird/115.7.0/Makefile	(revision 379)
+++ radix-1.9/X11/app/thunderbird/115.7.0/Makefile	(revision 380)
@@ -210,6 +210,8 @@
 # Add targets:
 # -----------
 # $ rustup target add arm-unknown-linux-gnueabihf
+# $ rustup target add armv7-unknown-linux-gnueabihf
+# $ rustup target add thumbv7neon-unknown-linux-gnueabihf
 # $ rustup target add aarch64-unknown-linux-gnu
 # $ rustup target add mipsel-unknown-linux-gnu
 # $ rustup target add powerpc-unknown-linux-gnu
Index: radix-1.9/media/gsm/1.0.22/Makefile
===================================================================
--- radix-1.9/media/gsm/1.0.22/Makefile	(revision 379)
+++ radix-1.9/media/gsm/1.0.22/Makefile	(revision 380)
@@ -153,8 +153,13 @@
 	@mkdir -p $(LIBGSM_PKG)/usr/lib$(LIBSUFFIX)
 	@mkdir -p $(LIBGSM_PKG)/usr/share/man/man{1,3}
 	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 $(install_env) install
+	@( cd $(LIBGSM_PKG)/usr/bin ; \
+	   rm -f tcat untoast   ; \
+	   ln -sf toast tcat    ; \
+	   ln -sf toast untoast ; \
+	 )
 	@( cd $(LIBGSM_PKG)/usr/share/man/man1 ; \
-	   ln -sf toast.1 tcat.1 ; \
+	   ln -sf toast.1 tcat.1    ; \
 	   ln -sf toast.1 untoast.1 ; \
 	 )
 	@chmod 0644 $(LIBGSM_PKG)/usr/lib$(LIBSUFFIX)/libgsm.a
Index: radix-1.9/media/gsm/1.0.22-ppc32/Makefile
===================================================================
--- radix-1.9/media/gsm/1.0.22-ppc32/Makefile	(revision 379)
+++ radix-1.9/media/gsm/1.0.22-ppc32/Makefile	(revision 380)
@@ -111,6 +111,11 @@
 	@mkdir -p $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)
 	@mkdir -p $(LIBGSM_32_PKG)/usr/share/man/man{1,3}
 	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 $(install_env) install
+	@( cd $(LIBGSM_32_PKG)/usr/bin/32 ; \
+	   rm -f tcat untoast   ; \
+	   ln -sf toast tcat    ; \
+	   ln -sf toast untoast ; \
+	 )
 	@chmod 0644 $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)/libgsm.a
 	# ======= Create package config file =======
 	@mkdir -p $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig
Index: radix-1.9/media/gsm/1.0.22-x86_32/Makefile
===================================================================
--- radix-1.9/media/gsm/1.0.22-x86_32/Makefile	(revision 379)
+++ radix-1.9/media/gsm/1.0.22-x86_32/Makefile	(revision 380)
@@ -108,6 +108,11 @@
 	@mkdir -p $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX)
 	@mkdir -p $(LIBGSM_32_PKG)/usr/share/man/man{1,3}
 	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 $(install_env) install
+	@( cd $(LIBGSM_32_PKG)/usr/bin/32 ; \
+	   rm -f tcat untoast   ; \
+	   ln -sf toast tcat    ; \
+	   ln -sf toast untoast ; \
+	 )
 	@chmod 0644 $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX)/libgsm.a
 	# ======= Create package config file =======
 	@mkdir -p $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX)/pkgconfig