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

(-)/usr/portage/dev-lang/python/python-3.2.3.ebuild (-1 lines)
Lines 136-142 Link Here
136
	if tc-is-cross-compiler; then
136
	if tc-is-cross-compiler; then
137
		OPT="-O1" CFLAGS="" LDFLAGS="" CC="" \
137
		OPT="-O1" CFLAGS="" LDFLAGS="" CC="" \
138
		./configure --{build,host}=${CBUILD} || die "cross-configure failed"
138
		./configure --{build,host}=${CBUILD} || die "cross-configure failed"
139
		OPT="-O1" CFLAGS="" LDFLAGS="" CC="" \
140
		emake python Parser/pgen || die "cross-make failed"
139
		emake python Parser/pgen || die "cross-make failed"
141
		mv python hostpython
140
		mv python hostpython
142
		mv Parser/pgen Parser/hostpgen
141
		mv Parser/pgen Parser/hostpgen

Return to bug 455210