summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-08 13:24:10 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-08 13:24:10 +0000
commit1cd6841cda741cafc3fd6cb564e8a05d807f23e8 (patch)
treeca17256c8c46b123a1f3064a3d72b6140f663aa9 /package
parent5d3ad7d5066703f0c5ebdf7e4a677c12a667d2c5 (diff)
Use the target compiler
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7538 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ab334588e..70dc1ea69 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