diff options
author | John Crispin <john@openwrt.org> | 2007-06-03 00:32:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-06-03 00:32:46 +0000 |
commit | 8d341257558e630201491b7d86f9fb8bcb91be94 (patch) | |
tree | 011e22379532344784e58fb4762f9520da3905f6 /target/linux/etrax-2.6 | |
parent | 1bc2d5884b822562b07f169dee5f07a67dcc1406 (diff) | |
download | upstream-8d341257558e630201491b7d86f9fb8bcb91be94.tar.gz upstream-8d341257558e630201491b7d86f9fb8bcb91be94.tar.bz2 upstream-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/Makefile | 2 |
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 |