summaryrefslogtreecommitdiffstats
path: root/tools/squashfs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-13 23:18:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-13 23:18:15 +0000
commit08c7eae8f6b310b4579a076a68c716baab8fbdd1 (patch)
tree83b010a59391b106843958c2e3e4a96b42aa2182 /tools/squashfs
parent877797c60e3d24ece7cbc55ac95fc836de30ef2d (diff)
downloadmaster-31e0f0ae-08c7eae8f6b310b4579a076a68c716baab8fbdd1.tar.gz
master-31e0f0ae-08c7eae8f6b310b4579a076a68c716baab8fbdd1.tar.bz2
master-31e0f0ae-08c7eae8f6b310b4579a076a68c716baab8fbdd1.zip
tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac os x. the clang build fails with some linker errors
SVN-Revision: 32706
Diffstat (limited to 'tools/squashfs')
-rw-r--r--tools/squashfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/squashfs/Makefile b/tools/squashfs/Makefile
index 473c526510..c6ad3dd1be 100644
--- a/tools/squashfs/Makefile
+++ b/tools/squashfs/Makefile
@@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR)/squashfs-tools \
+ CC="$(HOSTCC)" \
LZMAPATH=$(STAGING_DIR_HOST)/lib \
mksquashfs-lzma unsquashfs-lzma
endef