Use the target compiler
SVN-Revision: 7538
This commit is contained in:
parent
0a8560f076
commit
18d8f9ba80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue