diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-08 13:24:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-08 13:24:10 +0000 |
commit | ac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8 (patch) | |
tree | ca17256c8c46b123a1f3064a3d72b6140f663aa9 /package/patch-cmdline | |
parent | 3f9afb297b6e7b102d8c57afc92094f19611cd3c (diff) | |
download | upstream-ac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8.tar.gz upstream-ac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8.tar.bz2 upstream-ac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8.zip |
Use the target compiler
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7538 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/patch-cmdline')
-rw-r--r-- | package/patch-cmdline/Makefile | 2 |
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 |