summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-01-05 03:11:14 +0000
committerMike Gilbert <floppym@gentoo.org>2014-01-05 03:11:14 +0000
commit859053d26048818181efb9bf49612990fd1011e4 (patch)
treef8608d8e6d1fa6229fa7c0cd081104a5b740c1ea /sys-libs
parent<1.1 doesn't work with python > 3.2 (diff)
downloadgentoo-2-859053d26048818181efb9bf49612990fd1011e4.tar.gz
gentoo-2-859053d26048818181efb9bf49612990fd1011e4.tar.bz2
gentoo-2-859053d26048818181efb9bf49612990fd1011e4.zip
Filter -frecord-gcc-switches, bug 492892.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/files/eblits/common.eblit7
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 750d13d554a7..21cc2be80606 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.965 2014/01/03 19:51:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.966 2014/01/05 03:11:14 floppym Exp $
+
+ 05 Jan 2014; Mike Gilbert <floppym@gentoo.org> files/eblits/common.eblit:
+ Filter -frecord-gcc-switches, bug 492892.
03 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
Stable for x86, wrt bug #496752
diff --git a/sys-libs/glibc/files/eblits/common.eblit b/sys-libs/glibc/files/eblits/common.eblit
index e4f9ce92b6d1..6556d4cfcae2 100644
--- a/sys-libs/glibc/files/eblits/common.eblit
+++ b/sys-libs/glibc/files/eblits/common.eblit
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.31 2013/10/30 17:04:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.32 2014/01/05 03:11:13 floppym Exp $
alt_prefix() {
is_crosscompile && echo /usr/${CTARGET}
@@ -156,6 +156,9 @@ setup_flags() {
strip-unsupported-flags
filter-flags -m32 -m64 -mabi=*
+ # Bug 492892.
+ filter-flags -frecord-gcc-switches
+
unset CBUILD_OPT CTARGET_OPT
if has_multilib_profile ; then
CTARGET_OPT=$(get_abi_CTARGET)