From 71f7603808e3e9e704b393480c60b29a5ed40eb6 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 19 Mar 2015 22:46:23 -0400 Subject: gcc/config.gcc: enable_secureplt: set default to 'yes'. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- gcc/config.gcc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index 6dc2427bc..6569afe8a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -184,6 +184,12 @@ # gnu_ld Set to yes or no depending on whether the target # system normally uses GNU ld. + +# cbb: modern system defaults +if [ x"$enable_secureplt" = x]; then + enable_secureplt=yes +fi + out_file= tmake_file= extra_headers= -- cgit v1.2.3