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.3.5-r1.ebuild (+3 lines)
Lines 6-11 Link Here
6
6
7
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~sh ~sparc ~x86"
7
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~sh ~sparc ~x86"
8
8
9
IUSE="${IUSE} nofpu"
10
9
# we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs
11
# we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs
10
# we also need at least glibc 2.3.3 20040420-r1 in order for gcc 3.4 not to nuke
12
# we also need at least glibc 2.3.3 20040420-r1 in order for gcc 3.4 not to nuke
11
# SSP in glibc.
13
# SSP in glibc.
Lines 133-138 Link Here
133
	if [ "${ARCH}" = "arm" ] ; then
135
	if [ "${ARCH}" = "arm" ] ; then
134
		epatch ${FILESDIR}/3.3.3/gcc333-debian-arm-getoff.patch
136
		epatch ${FILESDIR}/3.3.3/gcc333-debian-arm-getoff.patch
135
		epatch ${FILESDIR}/3.3.3/gcc333-debian-arm-ldm.patch
137
		epatch ${FILESDIR}/3.3.3/gcc333-debian-arm-ldm.patch
138
		use nofpu && epatch ${FILESDIR}/gcc-3.3.4-3.3.5-softvfp.patch
136
	fi
139
	fi
137
140
138
	# Anything useful and objc will require libffi. Seriously. Lets just force
141
	# Anything useful and objc will require libffi. Seriously. Lets just force
139
142
140
143

Return to bug 75585