summaryrefslogtreecommitdiffstats
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
commit8726a422cd551c41a5c4a1d88ebe10f5850fd00b (patch)
treee5e5ea5e884acb7c8a624b84c60cb70dfb9bedc4 /include/host-build.mk
parent56dbeb781e963c12fc367aae068f989049cf1102 (diff)
downloadmaster-31e0f0ae-8726a422cd551c41a5c4a1d88ebe10f5850fd00b.tar.gz
master-31e0f0ae-8726a422cd551c41a5c4a1d88ebe10f5850fd00b.tar.bz2
master-31e0f0ae-8726a422cd551c41a5c4a1d88ebe10f5850fd00b.zip
do not pass optimization flags in HOST_CPPFLAGS (#12153)
SVN-Revision: 33351
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)"