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 383)
+++ Makefile	(revision 384)
@@ -101,6 +101,9 @@
 
 cross_file         = $(TARGET_BUILD_DIR)/$(TARGET)-cross
 
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC)),)
+OPT_PATCHES = PATCHES.m1000
+endif
 
 ####### Targets
 
@@ -307,6 +310,9 @@
 $(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
 	$(UNPACK_SRC_ARCHIVE)
 	$(APPLY_PATCHES)
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC)),)
+	$(call apply-opt-patches, $(SRC_DIR))
+endif
 	@touch $@
 
 $(build_target): $(src_done)
Index: PATCHES.m1000
===================================================================
--- PATCHES.m1000	(nonexistent)
+++ PATCHES.m1000	(revision 384)
@@ -0,0 +1,2 @@
+
+../../../../sources/packages/x/mesa/23.x/patches/mesa-23.2.1-baikal-m1.patch -p0