[Buildroot] [PATCH] package/grpc: needs host gcc >= 4.9

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jul 27 15:43:56 UTC 2020


On Sun, 26 Jul 2020 23:08:23 +0200
"Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:

> So, because the issue manifests itself only on an ancient system, Ubuntu
> 14.04, with a now ancient gcc 4.8, we just make grpc depend on a host
> gcc >= 4.9.

According to Adam's comment, depending host gcc >= 4.9 is not the right
thing, unfortunately :-/

>  config BR2_PACKAGE_COLLECTD_GRPC
>  	bool "grpc"
> +	depends on BR2_HOST_GCC_AT_LEAST_4_9 # grpc

You had forgotten to update the Config.in comment with this new
dependency.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list