From 1c3b002bbb2935a526ef38b32d0c7375b7ee3b54 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 19 Sep 2011 12:41:04 -0700 Subject: Use CPPFLAGS from configure. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 96aacda..8195245 100644 --- a/Makeconfig +++ b/Makeconfig @@ -703,7 +703,7 @@ libio-include = -I$(..)libio # Note that we can't use -std=* in CPPFLAGS, because it overrides # the implicit -lang-asm and breaks cpp behavior for .S files--notably # it causes cpp to stop predefining __ASSEMBLER__. -CPPFLAGS = $($(subdir)-CPPFLAGS) $(+includes) $(defines) \ +CPPFLAGS = $(CPPFLAGS-config) $($(subdir)-CPPFLAGS) $(+includes) $(defines) \ -include $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \ $(CPPFLAGS-$(suffix $@)) \ $(foreach lib,$(libof-$(basename $(@F))) \ -- cgit v1.1