[Buildroot] [PATCH v2] added python unicode selection to menu

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jan 7 05:23:16 UTC 2014


Dear Matt Weber,

On Mon, 6 Jan 2014 15:17:42 -0600, Matt Weber wrote:

> +# Default is UCS2 w/o a conf opt
> +ifeq ($(BR2_PACKAGE_PYTHON_UCS4),y)
> +HOST_PYTHON_CONF_OPT += --enable-unicode=ucs4
> +PYTHON_CONF_OPT      += --enable-unicode=ucs4
> +endif

Why is the selection of UCS4 for the target tied to the usage of UCS4
on the host?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list