diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 6 insertions, 0 deletions
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= |