--- python-3.2.3-r2.ebuild.orig 2013-01-26 15:43:02.000000000 +0000 +++ python-3.2.3-r2.ebuild 2013-01-26 15:28:10.000000000 +0000 @@ -138,7 +138,7 @@ fi if tc-is-cross-compiler; then - OPT="-O1" CFLAGS="" LDFLAGS="" CC="" \ + CHOST="${CBUILD}" OPT="-O1" CFLAGS="" LDFLAGS="" CC="" \ ./configure --{build,host}=${CBUILD} || die "cross-configure failed" emake python Parser/pgen || die "cross-make failed" mv python hostpython