[Buildroot] [PATCH 01/30] pcre: add support for 16 bits and 32 bits variants

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Feb 28 08:28:05 UTC 2013


Dear Gustavo Zacarias,

On Wed, 27 Feb 2013 21:00:15 -0300, Gustavo Zacarias wrote:
> On 02/27/2013 08:25 PM, Thomas Petazzoni wrote:
> > backward compatibility, the 8bits variant is automatically chosen is
> 
> s/is/if/ (2nd)
> 
> > +config BR2_PACKAGE_PCRE_8
> > +	bool "8-bit pcre"
> > +	help
> > +	  This option builds the 8-bit pcre library, i.e 'libpcre'
> > +
> > +config BR2_PACKAGE_PCRE_16
> > +	bool "16-bit pcre"
> > +	help
> > +	  This option builds the 8-bit pcre library, i.e
> > 'libpcre16' +
> > +config BR2_PACKAGE_PCRE_32
> > +	bool "32-bit pcre"
> > +	help
> > +	  This option builds the 8-bit pcre library, i.e
> > 'libpcre32' +
> > +endif
> 
> They're all 8 bits even if they're 16 or 32? :)

Thanks, will rework for next version.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list