From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] uboot-tools: requires host gcc 4.7+
Date: Wed, 08 Aug 2018 16:30:21 +0200 [thread overview]
Message-ID: <87tvo5exs2.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <cc4aa02d36bdd5ab0f2a450508c67c332d1b5d2c.1533616681.git.baruch@tkos.co.il> (Baruch Siach's message of "Tue, 7 Aug 2018 07:38:01 +0300")
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> U-Boot now adds -std=gnu11 when building its build utilities, like
> fixdep. This option is only supported since gcc version 4.7.
> https://gcc.gnu.org/gcc-4.7/changes.html
> Fixes:
> http://autobuild.buildroot.net/results/ea0/ea09b614a3c10d494939d9551c0c3bfca4626ece/
> http://autobuild.buildroot.net/results/f8e/f8efd9af4d86c51fe4f5afe44db9abf9adc5718f/
> http://autobuild.buildroot.net/results/c0a/c0ab35c3cb46f84863fe20c0ee92ecc2379578b6/
> Cc: Matt Weber <matthew.weber@rockwellcollins.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> package/uboot-tools/Config.in | 4 ++++
> 1 file changed, 4 insertions(+)
> diff --git a/package/uboot-tools/Config.in b/package/uboot-tools/Config.in
> index 63a058e8562a..78a8b66c4d97 100644
> --- a/package/uboot-tools/Config.in
> +++ b/package/uboot-tools/Config.in
> @@ -1,10 +1,14 @@
> config BR2_PACKAGE_UBOOT_TOOLS
> bool "u-boot tools"
> + depends on BR2_HOST_GCC_AT_LEAST_4_7 # -std=gnu11
What about host-uboot-tools?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2018-08-08 14:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-07 4:38 [Buildroot] [PATCH] uboot-tools: requires host gcc 4.7+ Baruch Siach
2018-08-08 14:30 ` Peter Korsgaard [this message]
2018-08-08 14:39 ` Baruch Siach
2018-08-08 14:55 ` Peter Korsgaard
2018-08-08 15:04 ` Baruch Siach
2018-08-10 5:43 ` Baruch Siach
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=87tvo5exs2.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox