diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-08 17:16:35 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-08 17:16:35 +0000 |
commit | ac627ac15e0174a3635a3e309d92568dc40ab81a (patch) | |
tree | 3144ff27895ae0b55bf861955fa85a9ba71c6e4a /sys-devel/gcc | |
parent | Version bump; security issue (#56423) (Manifest recommit) (diff) | |
download | gentoo-2-ac627ac15e0174a3635a3e309d92568dc40ab81a.tar.gz gentoo-2-ac627ac15e0174a3635a3e309d92568dc40ab81a.tar.bz2 gentoo-2-ac627ac15e0174a3635a3e309d92568dc40ab81a.zip |
remove old uclibc patch that is no longer needed
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.1.ebuild b/sys-devel/gcc/gcc-3.4.1.ebuild index 46ae50c722f4..e5c54a283deb 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.3 2004/07/06 21:57:00 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1.ebuild,v 1.4 2004/07/08 17:16:35 lv Exp $ IUSE="static nls bootstrap java build X multilib gcj f77 objc hardened uclibc n32 n64" @@ -414,7 +414,6 @@ src_unpack() { use build || ( cd ${S}/libstdc++-v3; autoconf; cd ${S} ) #use build && use uclibc && ewarn "uclibc in build stage is not supported yet" && exit 1 - use uclibc && epatch ${FILESDIR}/3.3.3/gcc-uclibc-3.3-loop.patch elif use multilib && [ "${ARCH}" = "amd64" ] then # We need this even if there isnt a patchset |