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

(-)python-3.2.3-r2.ebuild.orig (-1 / +1 lines)
Lines 138-144 Link Here
138
	fi
138
	fi
139
139
140
	if tc-is-cross-compiler; then
140
	if tc-is-cross-compiler; then
141
		OPT="-O1" CFLAGS="" LDFLAGS="" CC="" \
141
		CHOST="${CBUILD}" OPT="-O1" CFLAGS="" LDFLAGS="" CC="" \
142
		./configure --{build,host}=${CBUILD} || die "cross-configure failed"
142
		./configure --{build,host}=${CBUILD} || die "cross-configure failed"
143
		emake python Parser/pgen || die "cross-make failed"
143
		emake python Parser/pgen || die "cross-make failed"
144
		mv python hostpython
144
		mv python hostpython

Return to bug 454176