summaryrefslogtreecommitdiff
path: root/openwrt/include/package.mk
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
committerMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
commit6c81c75f030fc43a28977211533b2416ebfaecc6 (patch)
tree3b9ec3cf0b0d5b12cbd97614ab748855fd89d266 /openwrt/include/package.mk
parent429f4764ac6023dd1e0380ff4a476a3c09d99577 (diff)
downloadmtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.zip
mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.gz
mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.bz2
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
SVN-Revision: 4432
Diffstat (limited to 'openwrt/include/package.mk')
-rw-r--r--openwrt/include/package.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index c0953ae..fee7150 100644
--- a/openwrt/include/package.mk
+++ b/openwrt/include/package.mk
@@ -285,7 +285,6 @@ endef
define Build/Compile/Default
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
- CC=$(TARGET_CC) \
CROSS="$(TARGET_CROSS)" \
EXTRA_CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include" \
ARCH="$(ARCH)" \