mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 16:42:47 +00:00
when compiling a tool to upload firmware to the cris, it should be build for host and not target :-)
SVN-Revision: 7467
This commit is contained in:
parent
1bc2d5884b
commit
8d34125755
@ -24,7 +24,7 @@ CRLF_WORKAROUND=1
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Build/Compile
|
||||
make -C $(PKG_BUILD_DIR) CC=$(TARGET_CC) STRIP=true
|
||||
make -C $(PKG_BUILD_DIR) STRIP=true
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
|
Loading…
Reference in New Issue
Block a user