diff options
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 278554119..da02181b1 100755 --- a/gcc/configure +++ b/gcc/configure @@ -23573,7 +23573,7 @@ $as_echo_n "checking assembler for .comm with alignment... " >&6; } if test "${gcc_cv_as_comm_has_align+set}" = set; then : $as_echo_n "(cached) " >&6 else - gcc_cv_as_comm_has_align=no + gcc_cv_as_comm_has_align=yes if test $in_tree_gas = yes; then if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 52` then gcc_cv_as_comm_has_align=yes @@ -25814,7 +25814,7 @@ else fi ;; - *) gcc_cv_libc_provides_ssp=no ;; + *) gcc_cv_libc_provides_ssp=yes ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_libc_provides_ssp" >&5 |