projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e0985
)
use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich
author
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 30 Oct 2009 22:52:27 +0000
(22:52 +0000)
committer
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 30 Oct 2009 22:52:27 +0000
(22:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18232
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index
2da41cc
..
8eb49c8
100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-36,6
+36,7
@@
define Host/Prepare
endef
HOST_CONFIGURE_VARS = \
+ CFLAGS="$(HOST_CFLAGS)" \
CPPFLAGS="$(HOST_CFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS)" \
SHELL="$(BASH)"
This page took
0.023468 seconds
and
4
git commands to generate.