diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-30 13:07:28 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-30 13:07:28 +0000 |
commit | e744f2eb3bc0dc0258842440acb5fbfc4cb27b39 (patch) | |
tree | 021f120161a08409e82a73cd2e3c099c8fb01978 /sys-devel | |
parent | added digest (diff) | |
download | gentoo-2-e744f2eb3bc0dc0258842440acb5fbfc4cb27b39.tar.gz gentoo-2-e744f2eb3bc0dc0258842440acb5fbfc4cb27b39.tar.bz2 gentoo-2-e744f2eb3bc0dc0258842440acb5fbfc4cb27b39.zip |
comment updates
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3-r7.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-2.95.3-r7.ebuild b/sys-devel/gcc/gcc-2.95.3-r7.ebuild index 42444bf28083..731715240325 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.3 2002/06/30 03:09:40 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r7.ebuild,v 1.4 2002/06/30 13:07:28 azarah Exp $ TV=4.0 SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz" @@ -41,6 +41,14 @@ src_unpack() { # # 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 :/ + # + # Azarah - 30 Jun 2002 + # patch -l -p1 < ${FILESDIR}/${P}-new-atexit.diff || die # Now we integrate texinfo-${TV} into gcc. It comes with texinfo-3.12. |