From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1946138010 for ; Tue, 2 Oct 2012 16:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 396B7E030B; Tue, 2 Oct 2012 16:13:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09BC7E030B for ; Tue, 2 Oct 2012 16:13:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B78033C4CA for ; Tue, 2 Oct 2012 16:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 16163E5436 for ; Tue, 2 Oct 2012 16:13:26 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1349190410.be61f8b3737ed87512a3ee534aa2ef517b0d4f79.zorry@gentoo> Subject: [gentoo-commits] proj/hardened-gccpatchset:master commit in: gcc-4.7.0/piepatch/ X-VCS-Repository: proj/hardened-gccpatchset X-VCS-Files: gcc-4.7.0/piepatch/01_all_gcc47_configure.patch X-VCS-Directories: gcc-4.7.0/piepatch/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: be61f8b3737ed87512a3ee534aa2ef517b0d4f79 X-VCS-Branch: master Date: Tue, 2 Oct 2012 16:13:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac62b633-30f1-4ae0-94b3-4d5c24dd969a X-Archives-Hash: 9761bac10eb0fd40e4c8a7d0ef4f50b5 commit: be61f8b3737ed87512a3ee534aa2ef517b0d4f79 Author: Magnus Granberg gentoo org> AuthorDate: Tue Oct 2 15:06:50 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Tue Oct 2 15:06:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-gccpatchset.git;a=commit;h=be61f8b3 fix bug 436924 --- gcc-4.7.0/piepatch/01_all_gcc47_configure.patch | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch b/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch index e79ea25..3823f1b 100644 --- a/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch +++ b/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch @@ -147,7 +147,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can default to use -fstack-protector" >&5 +$as_echo_n "checking if we can default to use -fstack-protector... " >&6; } + ssp_link_test=no -+ if test x$gcc_cv_libc_provides_ssp = xyes && test x$set_have_as_tls = yes; then ++ if test x$gcc_cv_libc_provides_ssp = xyes && test x$set_have_as_tls = xyes; then + if $EGREP '^ *#[ ]*define[ ]+__UCLIBC__[ ]+1' \ + $target_header_dir/features.h > /dev/null; then + if test -f $target_header_dir/bits/uClibc_config.h && \