diff options
Diffstat (limited to 'sys-libs/glibc/files/eblits/common.eblit')
-rw-r--r-- | sys-libs/glibc/files/eblits/common.eblit | 7 |
1 files changed, 5 insertions, 2 deletions
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) |