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 | 18d8f9ba8018351fc5cf79c536759ff6334ade29 (patch) | |
tree | c89203277db2a329db39aca0e4ad6edf8bc74d47 /package | |
parent | 0a8560f0760bd91dd0d2b774634e320b93a5cd8d (diff) | |
download | upstream-18d8f9ba8018351fc5cf79c536759ff6334ade29.tar.gz upstream-18d8f9ba8018351fc5cf79c536759ff6334ade29.tar.bz2 upstream-18d8f9ba8018351fc5cf79c536759ff6334ade29.zip |
Use the target compiler
SVN-Revision: 7538
Diffstat (limited to 'package')
-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 |