aboutsummaryrefslogtreecommitdiffstats
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
commitac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8 (patch)
treeca17256c8c46b123a1f3064a3d72b6140f663aa9
parent3f9afb297b6e7b102d8c57afc92094f19611cd3c (diff)
downloadmaster-187ad058-ac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8.tar.gz
master-187ad058-ac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8.tar.bz2
master-187ad058-ac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8.zip
Use the target compiler
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7538 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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