Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: common.eblit
Date: Wed, 28 Jan 2009 18:11:42
Message-Id: E1LSEt3-0003kE-6e@stork.gentoo.org
1 vapier 09/01/28 18:11:41
2
3 Modified: common.eblit
4 Log:
5 Build glibc with -U_FORTIFY_SOURCE.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 sys-libs/glibc/files/eblits/common.eblit
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?r1=1.8&r2=1.9
14
15 Index: common.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- common.eblit 29 Dec 2008 09:22:45 -0000 1.8
22 +++ common.eblit 28 Jan 2009 18:11:41 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.8 2008/12/29 09:22:45 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.9 2009/01/28 18:11:41 vapier Exp $
28
29 # We need to be able to set alternative headers for
30 # compiling for non-native platform
31 @@ -164,6 +164,9 @@
32 filter-flags -O?
33 append-flags -O2 -fno-strict-aliasing
34
35 + # Cant build glibc itself with fortify code
36 + append-cppflags -U_FORTIFY_SOURCE
37 +
38 # building glibc with SSP is fraught with difficulty, especially
39 # due to __stack_chk_fail_local which would mean significant changes
40 # to the glibc build process. See bug #94325