From: Florian Fainelli Date: Fri, 8 Jun 2007 13:24:10 +0000 (+0000) Subject: Use the target compiler X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=18d8f9ba8018351fc5cf79c536759ff6334ade29;p=openwrt%2Fstaging%2Frobimarko.git Use the target compiler SVN-Revision: 7538 --- 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