Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75585 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-devel/gcc/gcc-3.4.4.ebuild (+7 lines)
Lines 39-44 Link Here
39
# Stuff to test before adding ~arch
39
# Stuff to test before adding ~arch
40
KEYWORDS="-* ~amd64 arm ~hppa ~ia64 ppc ppc64 ~x86"
40
KEYWORDS="-* ~amd64 arm ~hppa ~ia64 ppc ppc64 ~x86"
41
41
42
IUSE="${IUSE} nofpu"
43
42
# we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs
44
# we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs
43
# NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper
45
# NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper
44
# .eh_frame ld optimisation and symbol visibility support, but it hasnt been
46
# .eh_frame ld optimisation and symbol visibility support, but it hasnt been
Lines 132-136 Link Here
132
				sed -i -e '/GLIBCXX_IS_NATIVE=/s:false:true:' libstdc++-v3/configure || die
134
				sed -i -e '/GLIBCXX_IS_NATIVE=/s:false:true:' libstdc++-v3/configure || die
133
			fi
135
			fi
134
			;;
136
			;;
137
		arm)
138
			if use nofpu;  then
139
				epatch ${FILESDIR}/3.4.4/gcc-3.4.4-softvfp.patch
140
			fi
141
			;;
135
	esac
142
	esac
136
}
143
}

Return to bug 75585