mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 15:06:47 +02:00
when compiling a tool to upload firmware to the cris, it should be build for host and not target :-)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7467 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
de605f74d0
commit
76c2d0fde4
@ -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