Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: common.eblit
Date: Sun, 05 Jan 2014 03:11:18
Message-Id: 20140105031114.1F0152004E@flycatcher.gentoo.org
1 floppym 14/01/05 03:11:14
2
3 Modified: common.eblit
4 Log:
5 Filter -frecord-gcc-switches, bug 492892.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.32 sys-libs/glibc/files/eblits/common.eblit
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?r1=1.31&r2=1.32
15
16 Index: common.eblit
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- common.eblit 30 Oct 2013 17:04:33 -0000 1.31
23 +++ common.eblit 5 Jan 2014 03:11:13 -0000 1.32
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.31 2013/10/30 17:04:33 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.32 2014/01/05 03:11:13 floppym Exp $
30
31 alt_prefix() {
32 is_crosscompile && echo /usr/${CTARGET}
33 @@ -156,6 +156,9 @@
34 strip-unsupported-flags
35 filter-flags -m32 -m64 -mabi=*
36
37 + # Bug 492892.
38 + filter-flags -frecord-gcc-switches
39 +
40 unset CBUILD_OPT CTARGET_OPT
41 if has_multilib_profile ; then
42 CTARGET_OPT=$(get_abi_CTARGET)