summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax-2.6
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-03 00:32:46 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-03 00:32:46 +0000
commit76c2d0fde4135a3533c4d2e5d4b4c408f7ea1eda (patch)
tree00ee15e2a699291fa2d108e5a5ed053897521929 /target/linux/etrax-2.6
parentde605f74d03f22613b03efb50185239e6ce65aac (diff)
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
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 2480cd502..ebc9ef3d4 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