diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-14 15:42:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-16 16:20:59 -0700 |
commit | 61653dfb81b776bb72ce4304175b861d77c357a8 (patch) | |
tree | 588d62fd799fae6b3aef3958788ef72d7f71bd37 /Makeconfig | |
parent | 90c885c87bdb3380d430d3f72a4a5cabf2835167 (diff) | |
download | glibc-61653dfb81b776bb72ce4304175b861d77c357a8.tar glibc-61653dfb81b776bb72ce4304175b861d77c357a8.tar.gz glibc-61653dfb81b776bb72ce4304175b861d77c357a8.tar.bz2 glibc-61653dfb81b776bb72ce4304175b861d77c357a8.zip |
BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index f68a752766..b81594f077 100644 --- a/Makeconfig +++ b/Makeconfig @@ -661,7 +661,8 @@ 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 = $(CPPFLAGS-config) $($(subdir)-CPPFLAGS) $(+includes) $(defines) \ +CPPFLAGS = $(CPPUNDEFS) $(CPPFLAGS-config) $($(subdir)-CPPFLAGS) \ + $(+includes) $(defines) \ -include $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \ $(CPPFLAGS-$(suffix $@)) \ $(foreach lib,$(libof-$(basename $(@F))) \ |