mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
Use the target compiler
SVN-Revision: 7538
This commit is contained in:
parent
0a8560f076
commit
18d8f9ba80
@ -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 New Issue
Block a user