diff options
author | 2015-05-30 04:30:58 +0000 | |
---|---|---|
committer | 2015-05-30 04:30:58 +0000 | |
commit | b09b7427ec54c0ab5536f6f8314f2f0e6b5baac1 (patch) | |
tree | c4282319719ed9b66be25be9b2d3a1bfbe62f6f8 /sys-libs/glibc/ChangeLog | |
parent | Add clang patch to older version too. (diff) | |
download | gentoo-2-b09b7427ec54c0ab5536f6f8314f2f0e6b5baac1.tar.gz gentoo-2-b09b7427ec54c0ab5536f6f8314f2f0e6b5baac1.tar.bz2 gentoo-2-b09b7427ec54c0ab5536f6f8314f2f0e6b5baac1.zip |
Fix -march setting when building x86 multilib on x86_64 #528708 by devsk. Also note some future work related to bootstrapping here.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs/glibc/ChangeLog')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 1f21a17c157b..025a34a69890 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1054 2015/05/27 14:02:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1055 2015/05/30 04:30:58 vapier Exp $ + + 30 May 2015; Mike Frysinger <vapier@gentoo.org> files/eblits/common.eblit: + Fix -march setting when building x86 multilib on x86_64 #528708 by devsk. Also + note some future work related to bootstrapping here. 27 May 2015; Mike Frysinger <vapier@gentoo.org> files/eblits/pkg_pretend.eblit, files/eblits/pkg_setup.eblit: |