--- /usr/portage/sys-devel/gcc/gcc-4.1.0.ebuild 2006-03-28 05:38:59.000000000 +0000 +++ gcc-4.1.0.ebuild 2006-03-30 18:18:51.000000000 +0000 @@ -14,7 +14,7 @@ # and vanilla configurations. SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed -inherit toolchain +inherit toolchain flag-o-matic DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" @@ -60,4 +61,7 @@ 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 + + # ICE on power3, if using this flags - see bug #126960 + use ppc64 && filter-flags -mtune=power3 -mcpu=power3 }