summaryrefslogtreecommitdiffstats
path: root/target/linux/package/fuse/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-02 02:42:06 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-02 02:42:06 +0000
commitce6935134808f99e5bcda21e8e7e3599aef0b43b (patch)
tree75814e710d040e17bbea4d72bbc73621ad76c341 /target/linux/package/fuse/Makefile
parent0a6dc7ccb6f202f81f7d9f851b2d9c1bb0fbe5a1 (diff)
use the cross-compiler to build additional packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2312 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/fuse/Makefile')
-rw-r--r--target/linux/package/fuse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/fuse/Makefile b/target/linux/package/fuse/Makefile
index 39f5f38bc..26e8b69cf 100644
--- a/target/linux/package/fuse/Makefile
+++ b/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" \