diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2018-09-02 11:00:16 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2018-09-02 11:00:16 +0200 |
commit | ae195500577d707783662f4eac70c9edabbb970a (patch) | |
tree | 1acadb31ac149215e27d597b4eb5a859a1e4d601 /Configure | |
parent | 1284d2c34d8ce8dead280c0d849b6cc826c124bb (diff) | |
download | perl-ae195500577d707783662f4eac70c9edabbb970a.tar.gz |
Add gcc-8 and gcc-9 for FORTIFY_SOURCE
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22959,7 +22959,7 @@ fi : add -D_FORTIFY_SOURCE if feasible and not already there case "$gccversion" in -[4567].*) case "$optimize$ccflags" in +[456789].*) case "$optimize$ccflags" in *-O*) case "$ccflags$cppsymbols" in *_FORTIFY_SOURCE=*) # Don't add it again. echo "You seem to have -D_FORTIFY_SOURCE already, not adding it." >&4 |