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

(-)libstdc++-v3-3.3.6.ebuild (+9 lines)
Lines 121-126 src_unpack() { Link Here
121
	elibtoolize --portage --shallow
121
	elibtoolize --portage --shallow
122
	./contrib/gcc_update --touch
122
	./contrib/gcc_update --touch
123
	mkdir -p "${WORKDIR}"/build
123
	mkdir -p "${WORKDIR}"/build
124
125
	if use multilib ; then
126
		# ugh, this shit has to match the way we've hacked gcc else
127
		# the build falls apart #259215
128
		sed -i \
129
			-e 's:\(MULTILIB_OSDIRNAMES = \).*:\1../lib64 ../lib32:' \
130
			"${S}"/gcc/config/i386/t-linux64 \
131
			|| die "sed failed!"
132
	fi
124
}
133
}
125
134
126
src_compile() {
135
src_compile() {

Return to bug 259215