projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6362cba
)
use HOSTCC instead of CC
author
Waldemar Brodkorb
<
[email protected]
>
Wed, 24 May 2006 06:39:06 +0000
(06:39 +0000)
committer
Waldemar Brodkorb
<
[email protected]
>
Wed, 24 May 2006 06:39:06 +0000
(06:39 +0000)
SVN-Revision: 3820
openwrt/target/utils/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/utils/Makefile
b/openwrt/target/utils/Makefile
index b4c1a21ee04bf3432d7786d9d2335e0111927819..22ed8bfebd04deb3039d5262b6d1344cb8d54b09 100644
(file)
--- a/
openwrt/target/utils/Makefile
+++ b/
openwrt/target/utils/Makefile
@@
-17,6
+17,6
@@
$(UTILS_BUILD_DIR):
mkdir -p $(UTILS_BUILD_DIR)
$(UTILS_BUILD_DIR)/%: src/%.c
- $(CC) -o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
+ $(
HOST
CC) -o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
chmod 755 $@