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 040D01387B1 for ; Fri, 10 Jan 2014 15:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9002EE0C0D; Fri, 10 Jan 2014 15:18:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD040E0C0D for ; Fri, 10 Jan 2014 15:18:22 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9390133F5AC for ; Fri, 10 Jan 2014 15:18:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2266) id 489E82004E; Fri, 10 Jan 2014 15:18:19 +0000 (UTC) From: "Magnus Granberg (zorry)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zorry@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: common.eblit X-VCS-Repository: gentoo-x86 X-VCS-Files: common.eblit X-VCS-Directories: sys-libs/glibc/files/eblits X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140110151819.489E82004E@flycatcher.gentoo.org> Date: Fri, 10 Jan 2014 15:18:19 +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: 929f1584-3028-443e-b7d0-c64c351958b2 X-Archives-Hash: e7cff1bb0a0c6f1198970d35328fbc0b zorry 14/01/10 15:18:19 Modified: common.eblit Log: Remove use hardened from the ssp check #484714 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key FD79807F) Revision Changes Path 1.33 sys-libs/glibc/files/eblits/common.eblit file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?r1=1.32&r2=1.33 Index: common.eblit =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- common.eblit 5 Jan 2014 03:11:13 -0000 1.32 +++ common.eblit 10 Jan 2014 15:18:19 -0000 1.33 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.32 2014/01/05 03:11:13 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.33 2014/01/10 15:18:19 zorry Exp $ alt_prefix() { is_crosscompile && echo /usr/${CTARGET} @@ -183,7 +183,7 @@ # building glibc with SSP is fraught with difficulty, especially # due to __stack_chk_fail_local which would mean significant changes # to the glibc build process. See bug #94325 #293721 - use hardened && gcc-specs-ssp && append-cflags $(test-flags-CC -fno-stack-protector) + gcc-specs-ssp && append-cflags $(test-flags-CC -fno-stack-protector) if use hardened && gcc-specs-pie ; then # Force PIC macro definition for all compilations since they're all