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
master
John Crispin 2007-06-03 00:32:46 +00:00
parent a98edd349e
commit 4c6ffb4115
1 changed files with 1 additions and 1 deletions

View File

@ -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