Fallback to -fstack-protector if -strong is not supported.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -271,7 +271,7 @@ check_compiler_flag "inline-functions" f CFLAGS
|
||||
|
||||
check_compiler_flag stack-protector-strong f CFLAGS
|
||||
if [ $? -ne 0 ]; then
|
||||
check_compiler_flag stack-protector-all f CFLAGS
|
||||
check_compiler_flag stack-protector f CFLAGS
|
||||
if [ $? -eq 0 ]; then
|
||||
if [ "$CC" = "gcc" ]; then
|
||||
check_compiler_flag "param ssp-buffer-size=1" - CFLAGS
|
||||
|
||||
Reference in New Issue
Block a user