summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-09-19 12:41:04 -0700
committerRoland McGrath <mcgrathr@chromium.org>2011-09-19 12:41:04 -0700
commit1c3b002bbb2935a526ef38b32d0c7375b7ee3b54 (patch)
treed5f3a9118f039bbdf8f82314ccb28610650d5054 /Makeconfig
parent88738eb6e9e5a9d7d7977488519aaffb6263310c (diff)
Use CPPFLAGS from configure.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 96aacda449..8195245052 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))) \