Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126960
Collapse All | Expand All

(-)/usr/portage/sys-devel/gcc/gcc-4.1.0.ebuild (-1 / +4 lines)
Lines 14-20 Link Here
14
# and vanilla configurations.
14
# and vanilla configurations.
15
SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed
15
SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed
16
16
17
inherit toolchain
17
inherit toolchain flag-o-matic
18
18
19
DESCRIPTION="The GNU Compiler Collection.  Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
19
DESCRIPTION="The GNU Compiler Collection.  Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
20
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
20
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
Lines 60-63 Link Here
60
	epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-cross-compile.patch
61
	epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-cross-compile.patch
61
62
62
	[[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
63
	[[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
64
65
	# ICE on power3, if using this flags - see bug #126960
66
	use ppc64 && filter-flags -mtune=power3 -mcpu=power3
63
}
67
}

Return to bug 126960