From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Builtroot toolchain with gcc snapshot version 4.9-20140309 compile failure
Date: Thu, 20 Mar 2014 20:50:52 +0100 [thread overview]
Message-ID: <20140320205052.2bd501d8@skate> (raw)
In-Reply-To: <trinity-75f996d8-d171-4abd-9868-076266c3faed-1395307804240@3capp-gmx-bs26>
Dear Peter Seiderer,
On Thu, 20 Mar 2014 10:30:04 +0100, Peter Seiderer wrote:
> The following (draft) patch fixes the compile for me:
>
> diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
> index 236297d..c1da387 100644
> --- a/package/gcc/gcc.mk
> +++ b/package/gcc/gcc.mk
> @@ -151,9 +151,7 @@ HOST_GCC_COMMON_DEPENDENCIES += host-mpc
> HOST_GCC_COMMON_CONF_OPT += --with-mpc=$(HOST_DIR)/usr
> endif
>
> -ifeq ($(BR2_arc),y)
> HOST_GCC_COMMON_DEPENDENCIES += host-flex host-bison
> -endif
>
> ifeq ($(BR2_SOFT_FLOAT),y)
>
> Any chance to add these dependency for gcc snapshot version >= 4.9 (any hint
> how to do this)?
Maybe something like:
ifneq ($(or $(BR2_arc),$(BR2_GCC_VERSION_SNAP)),)
HOST_GCC_COMMON_DEPENDENCIES += host-flex host-bison
endif
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2014-03-20 19:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-20 9:30 [Buildroot] Builtroot toolchain with gcc snapshot version 4.9-20140309 compile failure Peter Seiderer
2014-03-20 19:50 ` 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=20140320205052.2bd501d8@skate \
--to=thomas.petazzoni@free-electrons.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