Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-gccpatchset:master commit in: gcc-4.7.0/piepatch/
Date: Tue, 02 Oct 2012 16:13:35
Message-Id: 1349190410.be61f8b3737ed87512a3ee534aa2ef517b0d4f79.zorry@gentoo
1 commit: be61f8b3737ed87512a3ee534aa2ef517b0d4f79
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 15:06:50 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 15:06:50 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-gccpatchset.git;a=commit;h=be61f8b3
7
8 fix bug 436924
9
10 ---
11 gcc-4.7.0/piepatch/01_all_gcc47_configure.patch | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch b/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch
15 index e79ea25..3823f1b 100644
16 --- a/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch
17 +++ b/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch
18 @@ -147,7 +147,7 @@
19 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can default to use -fstack-protector" >&5
20 +$as_echo_n "checking if we can default to use -fstack-protector... " >&6; }
21 + ssp_link_test=no
22 -+ if test x$gcc_cv_libc_provides_ssp = xyes && test x$set_have_as_tls = yes; then
23 ++ if test x$gcc_cv_libc_provides_ssp = xyes && test x$set_have_as_tls = xyes; then
24 + if $EGREP '^ *#[ ]*define[ ]+__UCLIBC__[ ]+1' \
25 + $target_header_dir/features.h > /dev/null; then
26 + if test -f $target_header_dir/bits/uClibc_config.h && \