From f78b4e105467f9df9ca6f8656fdf2691c001a760 Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 9 Sep 2012 21:35:42 +0000 Subject: [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 --- include/host-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/host-build.mk') diff --git a/include/host-build.mk b/include/host-build.mk index 40af5c87c..c4fcf94f1 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)" -- cgit v1.2.3