diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 23:05:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 23:05:20 +0000 |
commit | 84b97d7259b7dad3e97cb629ab95f179eadfaec5 (patch) | |
tree | 155620eb78c70dd873a47eaba73c7bb1bbe743f0 /sys-freebsd/freebsd-lib/ChangeLog | |
parent | Drop all keywords but ~amd64 to avoid breaking the deptree with emul-linux st... (diff) | |
download | historical-84b97d7259b7dad3e97cb629ab95f179eadfaec5.tar.gz historical-84b97d7259b7dad3e97cb629ab95f179eadfaec5.tar.bz2 historical-84b97d7259b7dad3e97cb629ab95f179eadfaec5.zip |
bootstrap the libc when building a cross-compiler so that libm can be linked to it and fixes a build failure from a fresh build
Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64
Manifest-Sign-Key: 0x160F534A
Diffstat (limited to 'sys-freebsd/freebsd-lib/ChangeLog')
-rw-r--r-- | sys-freebsd/freebsd-lib/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-lib/ChangeLog b/sys-freebsd/freebsd-lib/ChangeLog index 7908eb6d39ae..a35d93008c8e 100644 --- a/sys-freebsd/freebsd-lib/ChangeLog +++ b/sys-freebsd/freebsd-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-freebsd/freebsd-lib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.186 2013/06/27 20:38:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.187 2013/06/27 23:05:05 aballier Exp $ + + 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.1-r9.ebuild: + bootstrap the libc when building a cross-compiler so that libm can be linked + to it and fixes a build failure from a fresh build *freebsd-lib-9.1-r9 (27 Jun 2013) |