projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54cf5c5
)
fix target/utils compile on freebsd
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Oct 2006 20:13:43 +0000
(20:13 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Oct 2006 20:13:43 +0000
(20:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5035
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/utils/Makefile
patch
|
blob
|
history
diff --git
a/target/utils/Makefile
b/target/utils/Makefile
index
c7b9a04
..
f2a92fe
100644
(file)
--- a/
target/utils/Makefile
+++ b/
target/utils/Makefile
@@
-27,6
+27,6
@@
$(UTILS_BUILD_DIR):
mkdir -p $(UTILS_BUILD_DIR)
$(UTILS_BUILD_DIR)/%: src/%.c
- $(CC) -o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
+ $(CC) -
O2 -I $(STAGING_DIR)/include-host -
o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
chmod 755 $@
This page took
0.024541 seconds
and
4
git commands to generate.