diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-19 12:41:04 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@chromium.org> | 2011-09-19 12:41:04 -0700 |
commit | 1c3b002bbb2935a526ef38b32d0c7375b7ee3b54 (patch) | |
tree | d5f3a9118f039bbdf8f82314ccb28610650d5054 /Makeconfig | |
parent | 88738eb6e9e5a9d7d7977488519aaffb6263310c (diff) | |
download | glibc-1c3b002bbb2935a526ef38b32d0c7375b7ee3b54.tar glibc-1c3b002bbb2935a526ef38b32d0c7375b7ee3b54.tar.gz glibc-1c3b002bbb2935a526ef38b32d0c7375b7ee3b54.tar.bz2 glibc-1c3b002bbb2935a526ef38b32d0c7375b7ee3b54.zip |
Use CPPFLAGS from configure.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
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))) \ |