Browse Source

Use the target compiler

SVN-Revision: 7538
Florian Fainelli 19 years ago
parent
commit
18d8f9ba80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/patch-cmdline/Makefile

+ 1 - 1
package/patch-cmdline/Makefile

@@ -30,7 +30,7 @@ define Build/Prepare
 endef
 endef
 
 
 define Build/Compile
 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
 endef
 
 
 define Package/patch-cmdline/install
 define Package/patch-cmdline/install