mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user