summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2018-09-02 11:00:16 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2018-09-02 11:00:16 +0200
commitae195500577d707783662f4eac70c9edabbb970a (patch)
tree1acadb31ac149215e27d597b4eb5a859a1e4d601 /Configure
parent1284d2c34d8ce8dead280c0d849b6cc826c124bb (diff)
downloadperl-ae195500577d707783662f4eac70c9edabbb970a.tar.gz
Add gcc-8 and gcc-9 for FORTIFY_SOURCE
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 0194d7f434..127583c72e 100755
--- a/Configure
+++ b/Configure
@@ -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