- build host python also with ucs4 support (host python must be have the same configuration like target python)
This commit is contained in:
Stephan Raue 2010-01-08 17:33:58 +01:00
parent 24d273120a
commit aa8df0e51e

View File

@ -23,6 +23,7 @@ OPT="$HOST_CFLAGS" \
./configure --prefix=$ROOT/$TOOLCHAIN \
--without-cxx-main \
--with-threads \
--enable-unicode=ucs4 \
OPT="$HOST_CFLAGS" \
make python Parser/pgen