projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0000c40
)
use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich
author
Andy Boyett
<agb@openwrt.org>
Fri, 30 Oct 2009 22:52:27 +0000
(22:52 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Fri, 30 Oct 2009 22:52:27 +0000
(22:52 +0000)
SVN-Revision: 18232
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index 2da41cc08358b246efb232ff95f367ade0e0a6e5..8eb49c8f44f6dce754ee321e2869acb8a0b926f5 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)"