diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-27 03:19:05 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-27 03:19:05 +0000 |
commit | 70793a5637ce80c4411df7dd6afc3080be339801 (patch) | |
tree | edf6f55d8c3f1ced2de97c1fdb96283cb236cb06 /sys-devel/gcc/gcc-3.4.1.ebuild | |
parent | stable on ppc64, bug #58191 (Manifest recommit) (diff) | |
download | gentoo-2-70793a5637ce80c4411df7dd6afc3080be339801.tar.gz gentoo-2-70793a5637ce80c4411df7dd6afc3080be339801.tar.bz2 gentoo-2-70793a5637ce80c4411df7dd6afc3080be339801.zip |
added a patch that should fix a ppc64 specific internal compiler error that shows up when compiling mozilla
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-3.4.1.ebuild b/sys-devel/gcc/gcc-3.4.1.ebuild index eeeb234668f4..a5f514ef71c9 100644 --- a/sys-devel/gcc/gcc-3.4.1.ebuild +++ b/sys-devel/gcc/gcc-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1.ebuild,v 1.12 2004/07/25 14:22:02 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1.ebuild,v 1.13 2004/07/27 03:19:05 lv Exp $ IUSE="static nls bootstrap build multilib gcj gtk f77 objc hardened uclibc n32 n64" @@ -489,6 +489,7 @@ src_unpack() { epatch ${FILESDIR}/3.4.0/gcc34-ia64-lib64.patch epatch ${FILESDIR}/3.4.0/gcc34-multi32-hack.patch epatch ${FILESDIR}/3.4.0/gcc34-reiser4-fix.patch + epatch ${FILESDIR}/3.4.1/gcc341-ppc64-mozilla-ICE-fix.patch # Misdesign in libstdc++ (Redhat) cp -a ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h |