diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.0.2-r3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild index eb96eb9b2762..78ecea59aafe 100644 --- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.5 2006/01/14 02:34:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.6 2006/01/20 00:51:46 vapier Exp $ PATCH_VER="1.5" PATCH_GCC_VER="4.0.2" @@ -63,7 +63,5 @@ src_unpack() { # Fix cross-compiling epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-cross-compile.patch -# [[ ${CTARGET} == *-softfloat-* ]] && -epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch + [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch } - |