From 859053d26048818181efb9bf49612990fd1011e4 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 5 Jan 2014 03:11:14 +0000 Subject: Filter -frecord-gcc-switches, bug 492892. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) --- sys-libs/glibc/ChangeLog | 5 ++++- sys-libs/glibc/files/eblits/common.eblit | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'sys-libs') 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 files/eblits/common.eblit: + Filter -frecord-gcc-switches, bug 492892. 03 Jan 2014; Agostino Sarubbo 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) -- cgit v1.2.3-65-gdbad