Skip to content

Commit

Permalink
Add gcc-8 and gcc-9 for FORTIFY_SOURCE
Browse files Browse the repository at this point in the history
  • Loading branch information
H.Merijn Brand committed Sep 2, 2018
1 parent 1284d2c commit ae19550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure
Expand Up @@ -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
Expand Down

0 comments on commit ae19550

Please sign in to comment.