From: florian Date: Fri, 8 Jun 2007 13:24:10 +0000 (+0000) Subject: Use the target compiler X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=1cd6841cda741cafc3fd6cb564e8a05d807f23e8 Use the target compiler git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7538 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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