diff options
author | midipix <writeonce@midipix.org> | 2015-03-19 22:46:23 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-19 22:46:23 -0400 |
commit | 71f7603808e3e9e704b393480c60b29a5ed40eb6 (patch) | |
tree | bf12bc19090714cd270a6522a15eb0a3cbe7c684 | |
parent | 2fe6f141f8f33a4f733341568eca3de6c060a938 (diff) | |
download | cbb-gcc-4.6.4-71f7603808e3e9e704b393480c60b29a5ed40eb6.tar.bz2 cbb-gcc-4.6.4-71f7603808e3e9e704b393480c60b29a5ed40eb6.tar.xz |
gcc/config.gcc: enable_secureplt: set default to 'yes'.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
-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= |