From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] gcc: bump 5.x series to version 5.3.0
Date: Sun, 6 Dec 2015 20:27:08 +0100 [thread overview]
Message-ID: <20151206192708.GC4023@free.fr> (raw)
In-Reply-To: <1449428596-26365-1-git-send-email-gustavo@zacarias.com.ar>
Gustavo, All,
On 2015-12-06 16:03 -0300, Gustavo Zacarias spake thusly:
> Also remove host-cloog dependency since it's not required any more.
[--SNIP--]
> diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
> index b9551e8..77f3c69 100644
> --- a/package/gcc/gcc.mk
> +++ b/package/gcc/gcc.mk
> @@ -169,9 +169,15 @@ HOST_GCC_COMMON_DEPENDENCIES += host-mpc
> HOST_GCC_COMMON_CONF_OPTS += --with-mpc=$(HOST_DIR)/usr
> endif
>
> +# gcc 5 doesn't need cloog any more, see
> +# https://gcc.gnu.org/gcc-5/changes.html
> ifeq ($(BR2_GCC_ENABLE_GRAPHITE),y)
> -HOST_GCC_COMMON_DEPENDENCIES += host-isl host-cloog
> -HOST_GCC_COMMON_CONF_OPTS += --with-isl=$(HOST_DIR)/usr --with-cloog=$(HOST_DIR)/usr
> +HOST_GCC_COMMON_DEPENDENCIES += host-isl
> +HOST_GCC_COMMON_CONF_OPTS += --with-isl=$(HOST_DIR)/usr
> +ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_5),)
> +HOST_GCC_COMMON_DEPENDENCIES += host-cloog
> +HOST_GCC_COMMON_CONF_OPTS += --with-cloog=$(HOST_DIR)/usr
> +endif
As I understand it, this host-cloog non-dependency is not due to the
bump to 5.3, but was already true as soon as 5.x was out.
If so, then please make that a separate patch.
Regards,
Yann E. MORIN.
> else
> HOST_GCC_COMMON_CONF_OPTS += --without-isl --without-cloog
> endif
> --
> 2.4.10
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2015-12-06 19:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-06 19:03 [Buildroot] [PATCH] gcc: bump 5.x series to version 5.3.0 Gustavo Zacarias
2015-12-06 19:27 ` Yann E. MORIN [this message]
2015-12-06 20:33 ` Bernd Kuhls
2015-12-06 20:45 ` Yann E. MORIN
2015-12-07 3:03 ` Bernd Kuhls
2015-12-07 11:58 ` Yann E. MORIN
2015-12-06 22:42 ` Peter Korsgaard
2015-12-06 22:45 ` Yann E. MORIN
2015-12-07 7:35 ` Peter Korsgaard
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=20151206192708.GC4023@free.fr \
--to=yann.morin.1998@free.fr \
--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.