summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax-2.6
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-06-03 00:32:46 +0000
committerJohn Crispin <john@openwrt.org>2007-06-03 00:32:46 +0000
commit8d341257558e630201491b7d86f9fb8bcb91be94 (patch)
tree011e22379532344784e58fb4762f9520da3905f6 /target/linux/etrax-2.6
parent1bc2d5884b822562b07f169dee5f07a67dcc1406 (diff)
downloadmaster-31e0f0ae-8d341257558e630201491b7d86f9fb8bcb91be94.tar.gz
master-31e0f0ae-8d341257558e630201491b7d86f9fb8bcb91be94.tar.bz2
master-31e0f0ae-8d341257558e630201491b7d86f9fb8bcb91be94.zip
when compiling a tool to upload firmware to the cris, it should be build for host and not target :-)
SVN-Revision: 7467
Diffstat (limited to 'target/linux/etrax-2.6')
-rw-r--r--target/linux/etrax-2.6/image/e100boot/Makefile2
1 files changed, 1 insertions, 1 deletions
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