From: John Crispin Date: Sun, 3 Jun 2007 00:32:46 +0000 (+0000) Subject: when compiling a tool to upload firmware to the cris, it should be build for host... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=bc0876f961274f9ed5a546bc52c14f36804bfcef;hp=d806d5d896d25a31c34a405ecbee31e3b64c88f9 when compiling a tool to upload firmware to the cris, it should be build for host and not target :-) SVN-Revision: 7467 --- diff --git a/target/linux/etrax-2.6/image/e100boot/Makefile b/target/linux/etrax-2.6/image/e100boot/Makefile index 2480cd502e..ebc9ef3d41 100644 --- a/target/linux/etrax-2.6/image/e100boot/Makefile +++ b/target/linux/etrax-2.6/image/e100boot/Makefile @@ -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