diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-09 21:35:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-09 21:35:42 +0000 |
commit | 8726a422cd551c41a5c4a1d88ebe10f5850fd00b (patch) | |
tree | e5e5ea5e884acb7c8a624b84c60cb70dfb9bedc4 /include/host-build.mk | |
parent | 56dbeb781e963c12fc367aae068f989049cf1102 (diff) | |
download | upstream-8726a422cd551c41a5c4a1d88ebe10f5850fd00b.tar.gz upstream-8726a422cd551c41a5c4a1d88ebe10f5850fd00b.tar.bz2 upstream-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.mk | 2 |
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)" |