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 /Makerules | |
parent | 90c885c87bdb3380d430d3f72a4a5cabf2835167 (diff) | |
download | glibc-61653dfb81b776bb72ce4304175b861d77c357a8.tar.gz glibc-61653dfb81b776bb72ce4304175b861d77c357a8.tar.xz glibc-61653dfb81b776bb72ce4304175b861d77c357a8.zip |
BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules index f374700a3e..528077aa7d 100644 --- a/Makerules +++ b/Makerules @@ -1233,7 +1233,7 @@ $(stdio_lim:h=st): $(..)stdio-common/stdio_lim.h.in $(..)Rules \ echo '#define _LIBC 1'; \ echo '#include "$(..)misc/sys/uio.h"'; } | \ $(CC) -E -dM -MD -MP -MF $(@:st=dT) -MT '$(@:st=h) $(@:st=d)' \ - $(+includes) -xc - -o $(@:st=hT) + $(CPPUNDEFS) $(+includes) -xc - -o $(@:st=hT) sed $(sed-remove-objpfx) $(sed-remove-dotdot) \ $(@:st=dT) > $(@:st=dt) mv -f $(@:st=dt) $(@:st=d) |