aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/shfs
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
commit442bb9fdd2b2d6ca2d32754f2e0e44ab240798ec (patch)
tree75814e710d040e17bbea4d72bbc73621ad76c341 /target/linux/package/shfs
parent07ea0ea1bb6808b2a8f753d8812cb40d1ca2dfc0 (diff)
downloadupstream-442bb9fdd2b2d6ca2d32754f2e0e44ab240798ec.tar.gz
upstream-442bb9fdd2b2d6ca2d32754f2e0e44ab240798ec.tar.bz2
upstream-442bb9fdd2b2d6ca2d32754f2e0e44ab240798ec.zip
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/shfs')
-rw-r--r--target/linux/package/shfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/shfs/Makefile b/target/linux/package/shfs/Makefile
index ecb123872d..0120d702cd 100644
--- a/target/linux/package/shfs/Makefile
+++ b/target/linux/package/shfs/Makefile
@@ -31,6 +31,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)" \
OFLAGS="$(TARGET_CFLAGS)" \
CC="$(TARGET_CC)" \