From aa8df0e51ecdacba2b7c9f179da345a55043d7a8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 8 Jan 2010 17:33:58 +0100 Subject: [PATCH] Python: - build host python also with ucs4 support (host python must be have the same configuration like target python) --- packages/lang/Python/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/lang/Python/build b/packages/lang/Python/build index 7a7ef1681e..bd3b4df29f 100755 --- a/packages/lang/Python/build +++ b/packages/lang/Python/build @@ -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