summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-08 13:24:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-08 13:24:10 +0000
commit18d8f9ba8018351fc5cf79c536759ff6334ade29 (patch)
treec89203277db2a329db39aca0e4ad6edf8bc74d47 /package
parent0a8560f0760bd91dd0d2b774634e320b93a5cd8d (diff)
downloadmaster-31e0f0ae-18d8f9ba8018351fc5cf79c536759ff6334ade29.tar.gz
master-31e0f0ae-18d8f9ba8018351fc5cf79c536759ff6334ade29.tar.bz2
master-31e0f0ae-18d8f9ba8018351fc5cf79c536759ff6334ade29.zip
Use the target compiler
SVN-Revision: 7538
Diffstat (limited to 'package')
-rw-r--r--package/patch-cmdline/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/patch-cmdline/Makefile b/package/patch-cmdline/Makefile
index ab334588e8..70dc1ea69f 100644
--- a/package/patch-cmdline/Makefile
+++ b/package/patch-cmdline/Makefile
@@ -30,7 +30,7 @@ define Build/Prepare
endef
define Build/Compile
- $(CC) -o $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME).c
+ $(TARGET_CC) -o $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME).c
endef
define Package/patch-cmdline/install