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: 1.0.12/Makefile
===================================================================
--- 1.0.12/Makefile	(revision 28)
+++ 1.0.12/Makefile	(revision 29)
@@ -238,7 +238,6 @@
 	    -Dc_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(LDFLAGS)" | tr -s ' '`"   \
 	    -Dcpp_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(CFLAGS)" | tr -s ' '`"       \
 	    -Dcpp_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(LDFLAGS)" | tr -s ' '`" \
-	    -Dselinux=disabled          \
 	    -Dbin=true                  \
 	    -Ddocs=true                 \
 	    -Ddeprecated=true           \
Index: 1.0.12-ppc32/Makefile
===================================================================
--- 1.0.12-ppc32/Makefile	(revision 28)
+++ 1.0.12-ppc32/Makefile	(revision 29)
@@ -157,7 +157,6 @@
 	    -Dc_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) -m32 $(LDFLAGS)" | tr -s ' '`"   \
 	    -Dcpp_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(CFLAGS)" | tr -s ' '`"            \
 	    -Dcpp_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) -m32 $(LDFLAGS)" | tr -s ' '`" \
-	    -Dselinux=disabled          \
 	    -Dbin=true                  \
 	    -Ddocs=false                \
 	    -Ddeprecated=true           \
Index: 1.0.12-x86_32/Makefile
===================================================================
--- 1.0.12-x86_32/Makefile	(revision 28)
+++ 1.0.12-x86_32/Makefile	(revision 29)
@@ -154,7 +154,6 @@
 	    -Dc_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) -m32 $(LDFLAGS)" | tr -s ' '`"   \
 	    -Dcpp_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(CFLAGS)" | tr -s ' '`"            \
 	    -Dcpp_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) -m32 $(LDFLAGS)" | tr -s ' '`" \
-	    -Dselinux=disabled          \
 	    -Dbin=true                  \
 	    -Ddocs=false                \
 	    -Ddeprecated=true           \