diff options
author | 2005-03-19 20:30:01 +0000 | |
---|---|---|
committer | 2005-03-19 20:30:01 +0000 | |
commit | 1a8f6cae7dc0d65855f5e465346fd851d520980c (patch) | |
tree | 4052b02f1c8332db1eedabe8985aa7c2e9af7f13 /sys-devel/gcc-config/ChangeLog | |
parent | magma-1.0_pre21 added to portage (diff) | |
download | historical-1a8f6cae7dc0d65855f5e465346fd851d520980c.tar.gz historical-1a8f6cae7dc0d65855f5e465346fd851d520980c.tar.bz2 historical-1a8f6cae7dc0d65855f5e465346fd851d520980c.zip |
Make sure we copy libunwind in addition to libgcc_s (for ia64 and such). Also dont copy internal gcc libs while portage is calling us (causes python to segfault and crap).
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-devel/gcc-config/ChangeLog')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index 7ede22764b87..1b75357b5e90 100644 --- a/sys-devel/gcc-config/ChangeLog +++ b/sys-devel/gcc-config/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/gcc-config # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.84 2005/03/17 02:22:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.85 2005/03/19 20:30:01 vapier Exp $ + + 19 Mar 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.8, + files/gcc-config-1.3.10, files/gcc-config-1.4.0: + Make sure we copy libunwind in addition to libgcc_s (for ia64 and such). + Also dont copy internal gcc libs while portage is calling us (causes python + to segfault and crap). 17 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org> gcc-config-1.3.10-r1.ebuild: |