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

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Feb 28 00:00:15 UTC 2013


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? :)
Otherwise looking good.
Regards.




More information about the buildroot mailing list