[Buildroot] [PATCHv2 1/1] package/pugixml: add support for a limited set of configuration options

Arnout Vandecappelle arnout at mind.be
Sat Feb 2 13:37:26 UTC 2019



On 31/01/2019 08:40, Thomas De Schampheleire wrote:
> +config BR2_PACKAGE_PUGIXML_FORCE_ENABLE_LONG_LONG
> +	bool "Force-enable long long support"
> +	help
> +	  Force-enables support for long long type in pugixml.  Long
> +	  long support is automatically enabled if your platform is
> +	  known to have long long support (i.e. has C++11 support or
> +	  uses a reasonably modern version of a known compiler). If
> +	  pugixml does not recognize that your platform supports long
> +	  long but in fact it does, you can enable the define manually.
> +endif

 AFAIK gcc always supports long long, so shouldn't we just always enable this?

 Regards,
 Arnout


More information about the buildroot mailing list