diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2011-02-09 15:53:53 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2011-02-09 15:53:53 +0000 |
commit | 803377963f57ada652ef79cd8cc5e724e0cab587 (patch) | |
tree | 1888572cd8c9829b8ff4fea4e822fad88f453b0d /sys-devel/native-cctools/ChangeLog | |
parent | Fix git url (diff) | |
download | gentoo-2-803377963f57ada652ef79cd8cc5e724e0cab587.tar.gz gentoo-2-803377963f57ada652ef79cd8cc5e724e0cab587.tar.bz2 gentoo-2-803377963f57ada652ef79cd8cc5e724e0cab587.zip |
On AIX, wrap ld to support '-soname' flag (#213277). Moved from prefix-overlay to gentoo-x86.
(Portage version: 2.2.01.17865-prefix/cvs/AIX 00C0078A4C00)
Diffstat (limited to 'sys-devel/native-cctools/ChangeLog')
-rw-r--r-- | sys-devel/native-cctools/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-devel/native-cctools/ChangeLog b/sys-devel/native-cctools/ChangeLog new file mode 100644 index 000000000000..1d4f0669bfb6 --- /dev/null +++ b/sys-devel/native-cctools/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for sys-devel/native-cctools +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/native-cctools/ChangeLog,v 1.1 2011/02/09 15:53:53 haubi Exp $ + + 09 Feb 2011; Michael Haubenwallner <haubi@gentoo.org> +files/ld-aix-1, + +native-cctools-1.ebuild, +metadata.xml: + On AIX, wrap ld to support '-soname' flag (#213277). + Moved from prefix-overlay to gentoo-x86. + + 17 Dec 2008; Fabian Groffen <grobian@gentoo.org> native-cctools-1.ebuild: + On Darwin, make sure we never link gnu-libtool as libtool, or br0rk4ge will + be guaranteed + +*native-cctools-1 (09 Feb 2011) + + 21 Mar 2007; Fabian Groffen <grobian@gentoo.org> +files/ld-aix-1, + +native-cctools-1.ebuild, +metadata.xml: + Initial commit of native-cctools, a wrapper package around native installed + cctools (ld, as, ar, etc) for operating systems where GNU binutils doesn't + work, or the linker sources are unavailable. + |