aboutsummaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-09-09 21:35:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-09-09 21:35:42 +0000
commit9c8ed9e702069fe9f826bfecba70352aea0d84f5 (patch)
tree256413a6045d50136147e5f1e52eb01a20233251 /include/host-build.mk
parent14d4c6fe56a3f7b1524d15cc03565196f0fdcc95 (diff)
downloadmaster-187ad058-9c8ed9e702069fe9f826bfecba70352aea0d84f5.tar.gz
master-187ad058-9c8ed9e702069fe9f826bfecba70352aea0d84f5.tar.bz2
master-187ad058-9c8ed9e702069fe9f826bfecba70352aea0d84f5.zip
[buildroot] do not pass optimization flags in HOST_CPPFLAGS (#12153)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index 40af5c87cc..c4fcf94f17 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -47,7 +47,7 @@ endef
HOST_CONFIGURE_VARS = \
CC="$(HOSTCC)" \
CFLAGS="$(HOST_CFLAGS)" \
- CPPFLAGS="$(HOST_CFLAGS)" \
+ CPPFLAGS="$(HOST_CPPFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS)" \
SHELL="$(BASH)"