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 ; \