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

Matthew Weber mlweber1 at rockwellcollins.com
Tue Jan 7 14:16:59 UTC 2014


Hi Thomas,

Thomas Petazzoni <thomas.petazzoni at free-electrons.com> wrote on 01/06/2014 
11:23:16 PM:

> From: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> To: Matt Weber <mlweber1 at rockwellcollins.com>
> Cc: buildroot at busybox.net
> Date: 01/06/2014 11:23 PM
> Subject: Re: [Buildroot] [PATCH v2] added python unicode selection to 
menu
> 
> 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?

No specific reason, other then we couldn't come up with a case
where you could want the host different from the target.

Thanks!
Matt Weber
mlweber1 at rockwellcollins.com

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



More information about the buildroot mailing list