From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/grpc: needs host gcc >= 4.9
Date: Mon, 27 Jul 2020 17:43:56 +0200 [thread overview]
Message-ID: <20200727174356.303490f4@windsurf.home> (raw)
In-Reply-To: <20200726210823.20922-1-yann.morin.1998@free.fr>
On Sun, 26 Jul 2020 23:08:23 +0200
"Yann E. MORIN" <yann.morin.1998@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
prev parent reply other threads:[~2020-07-27 15:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-26 21:08 [Buildroot] [PATCH] package/grpc: needs host gcc >= 4.9 Yann E. MORIN
2020-07-26 22:11 ` ratbert90
2020-07-27 15:42 ` Thomas Petazzoni
2020-07-27 15:43 ` Thomas Petazzoni
2020-07-27 15:43 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200727174356.303490f4@windsurf.home \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.