summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-07-08 18:46:26 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-07-08 18:46:26 +0000
commit3309d64d5cb5558fe6a39ff9db1cd63ee4442496 (patch)
tree472403953b53ff4791a43161cf8d70d276ff3e5b /sys-devel
parentnew version, closes bug #4215 (diff)
downloadgentoo-2-3309d64d5cb5558fe6a39ff9db1cd63ee4442496.tar.gz
gentoo-2-3309d64d5cb5558fe6a39ff9db1cd63ee4442496.tar.bz2
gentoo-2-3309d64d5cb5558fe6a39ff9db1cd63ee4442496.zip
update comments
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog15
-rw-r--r--sys-devel/gcc/gcc-2.95.3-r7.ebuild4
2 files changed, 15 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index bbd158fdce97..219ba2659012 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-devel/gcc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.24 2002/07/07 00:08:23 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.25 2002/07/08 18:46:24 azarah Exp $
*gcc-3.1.1 (07 Jul 2002)
@@ -32,7 +32,18 @@
*gcc-2.95.3-r7 (29 Jun 2002)
29 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
- Remove texinfo as we have a build again. Fix the atexit() bug, bug #3982.
+ Remove texinfo as we have an ebuild again.
+
+ This new patch for the atexit problem occured with glibc-2.2.3 should
+ work with glibc-2.2.4. This closes bug #3987 and #4004.
+
+ http://archive.linuxfromscratch.org/mail-archives/lfs-dev/2001/08/0476.html
+ http://archive.linuxfromscratch.org/mail-archives/lfs-dev/2001/08/0589.html
+
+ Something to note, is that this patch makes gcc crash if its given
+ the "-mno-ieee-fp" flag ... libvorbis is an good example of this.
+ This however is on of those which one we want fixed most cases :/
+
Also fix bug #3527, which was caused by a stray symlink on downgrading from
gcc-3.x.
diff --git a/sys-devel/gcc/gcc-2.95.3-r7.ebuild b/sys-devel/gcc/gcc-2.95.3-r7.ebuild
index a57d76e06e15..544e0c8d1595 100644
--- a/sys-devel/gcc/gcc-2.95.3-r7.ebuild
+++ b/sys-devel/gcc/gcc-2.95.3-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r7.ebuild,v 1.6 2002/07/03 21:17:09 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r7.ebuild,v 1.7 2002/07/08 18:46:26 azarah Exp $
TV=4.0
SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz"
@@ -35,7 +35,7 @@ src_unpack() {
libtoolize --copy --force &> ${T}/foo-out
# This new patch for the atexit problem occured with glibc-2.2.3 should
- # work with glibc-2.2.4. This closes bug #3982.
+ # work with glibc-2.2.4. This closes bug #3987 and #4004.
#
# Azarah - 29 Jun 2002
#