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 384)
+++ Makefile	(revision 385)
@@ -47,7 +47,7 @@
 #
 LIBWEBP_32_PKG_NAME                = libwebp-x32
 LIBWEBP_32_PKG_VERSION             = 1.2.2
-LIBWEBP_32_PKG_ARCH                = $(TOOLCHAIN)
+LIBWEBP_32_PKG_ARCH                = $(PKGARCH)
 LIBWEBP_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 LIBWEBP_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
 LIBWEBP_32_PKG_GROUP               = $(PKG_GROUP)
@@ -145,7 +145,7 @@
 	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libwebp.pc libwebpdecoder.pc    \
 	                                            libwebpdemux.pc libwebpmux.pc ; \
 	 )
-	# =======Strip binaries =======
+	# ======= Strip binaries =======
 	@( cd $(LIBWEBP_32_PKG) ; \
 	   find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
 	   find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
Index: .
===================================================================
--- .	(revision 384)
+++ .	(revision 385)

Property changes on: .
___________________________________________________________________
Modified: svn:ignore
## -30,6 +30,7 ##
 .rk328x-glibc
 .rk33xx-glibc
 .rk339x-glibc
+.rk358x-glibc
 .s8xx-glibc
 .s9xx-glibc
 .x86_64-glibc