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: Makefile
===================================================================
--- Makefile	(revision 379)
+++ 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