diff options
Diffstat (limited to 'sys-devel/gcc/gcc-3.2.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.2.2.ebuild | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild index 8d5aa4ee45fd..6ffd3092d69c 100644 --- a/sys-devel/gcc/gcc-3.2.2.ebuild +++ b/sys-devel/gcc/gcc-3.2.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.29 2007/06/24 18:14:41 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.30 2008/06/22 11:03:02 vapier Exp $ # This version is really meant JUST for the ps2 MAN_VER="" -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="" PIE_VER="" PP_VER="" @@ -20,12 +20,3 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers" KEYWORDS="" - -src_unpack() { - gcc_src_unpack - - epatch "${FILESDIR}"/3.2.2/gcc32-pr7768.patch - epatch "${FILESDIR}"/3.2.2/gcc32-pr8213.patch - epatch "${FILESDIR}"/3.2.2/gcc-3.2.2-cross-compile.patch - epatch "${FILESDIR}"/3.2.2/gcc-3.2.2-no-COPYING-cross-compile.patch -} |