projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98edd3
)
when compiling a tool to upload firmware to the cris, it should be build for host...
author
John Crispin
<blogic@openwrt.org>
Sun, 3 Jun 2007 00:32:46 +0000
(
00:32
+0000)
committer
John Crispin
<blogic@openwrt.org>
Sun, 3 Jun 2007 00:32:46 +0000
(
00:32
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7467
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/etrax-2.6/image/e100boot/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/etrax-2.6/image/e100boot/Makefile
b/target/linux/etrax-2.6/image/e100boot/Makefile
index
2480cd5
..
ebc9ef3
100644
(file)
--- 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