diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 5b20b7344..47dd26e37 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -186,7 +186,7 @@ # cbb: modern system defaults -if [ x"$enable_secureplt" = x]; then +if [ x"$enable_secureplt" = x ]; then enable_secureplt=yes fi |