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 88)
+++ Makefile	(revision 89)
@@ -15,6 +15,8 @@
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
 patches     = $(CURDIR)/patches/webkitgtk-2.40.1-arm-neon.patch
+patches    += $(CURDIR)/patches/webkitgtk-2.40.1-i386-sse.patch
+patches    += $(CURDIR)/patches/webkitgtk-2.40.1-mips-atomic.patch
 patches    += $(CURDIR)/patches/webkitgtk-2.40.1-bwrap-cross.patch
 patches    += $(CURDIR)/patches/webkitgtk-2.40.1-source-brush.patch
 
@@ -52,6 +54,8 @@
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
 	 ( cd create-2.40.1-arm-neon-patch     ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.1-i386-sse-patch     ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.1-mips-atomic-patch  ; ./create.patch.sh ) ; \
 	 ( cd create-2.40.1-bwrap-cross-patch  ; ./create.patch.sh ) ; \
 	 ( cd create-2.40.1-source-brush-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"