summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/fuse
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-02 02:42:06 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-02 02:42:06 +0000
commit576b7eca0fc269c1ba220d80228309eb271a0e78 (patch)
treeed21b44107563337f579e302f94ef73bf24c2833 /openwrt/target/linux/package/fuse
parentea72d399efdfd968036ed9b6b0db60a5d29091c7 (diff)
downloadmtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.zip
mtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.tar.gz
mtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.tar.bz2
use the cross-compiler to build additional packages
SVN-Revision: 2312
Diffstat (limited to 'openwrt/target/linux/package/fuse')
-rw-r--r--openwrt/target/linux/package/fuse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile
index 39f5f38..26e8b69 100644
--- a/openwrt/target/linux/package/fuse/Makefile
+++ b/openwrt/target/linux/package/fuse/Makefile
@@ -69,6 +69,7 @@ $(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH="$(LINUX_KARCH)" \
+ CROSS_COMPILE="$(TARGET_CROSS)" \
PATH="$(TARGET_PATH)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
SUBDIRS="kernel" \