From 683c237408b2a530321cfc3daf2c180a366f4ccf Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 1 Apr 2015 21:41:00 -0400 Subject: compiler building blocks: set the default values of .comm alignment and ssp to yes. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- gcc/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') 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 -- cgit v1.2.3