Use the target compiler

SVN-Revision: 7538
This commit is contained in:
Florian Fainelli 2007-06-08 13:24:10 +00:00
parent 0a8560f076
commit 18d8f9ba80

View File

@ -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