This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1284d2c
)
Add gcc-8 and gcc-9 for FORTIFY_SOURCE
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Sun, 2 Sep 2018 09:00:16 +0000
(11:00 +0200)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Sun, 2 Sep 2018 09:00:16 +0000
(11:00 +0200)
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
0194d7f
..
127583c
100755
(executable)
--- 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
+[4567
89].*)
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