diff options
author | midipix <writeonce@midipix.org> | 2015-04-01 21:41:00 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-04-01 21:41:00 -0400 |
commit | 683c237408b2a530321cfc3daf2c180a366f4ccf (patch) | |
tree | e1e7995dc593b645fea0c94677583e1c02d52335 /gcc | |
parent | 7a23e9d0aef37c40b4d9a056ddad9ab440974c88 (diff) | |
download | cbb-gcc-4.6.4-683c237408b2a530321cfc3daf2c180a366f4ccf.tar.bz2 cbb-gcc-4.6.4-683c237408b2a530321cfc3daf2c180a366f4ccf.tar.xz |
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.
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 |