* [Buildroot] [PATCH] package/binutils: finalize the bump ARC tools to arc-2017.03-rc2
@ 2017-05-14 10:49 Romain Naour
2017-05-14 12:42 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2017-05-14 10:49 UTC (permalink / raw)
To: buildroot
The commit bumping ARC tools to arc-2017.03-rc2 [1] forgot to
update the ARC tools version in binutils.mk
[1] 043737282010f83e8ec20618a034131bc7e8cae1
Fixes:
http://autobuild.buildroot.net/results/f9c/f9c40610209fc22ac8c0db6bd57bd3b11bbe6d9c
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
---
package/binutils/binutils.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 72e2d0b..bc0268e 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -9,7 +9,7 @@
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
ifeq ($(BINUTILS_VERSION),)
ifeq ($(BR2_arc),y)
-BINUTILS_VERSION = arc-2017.03-rc1
+BINUTILS_VERSION = arc-2017.03-rc2
else
BINUTILS_VERSION = 2.27
endif
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/binutils: finalize the bump ARC tools to arc-2017.03-rc2
2017-05-14 10:49 [Buildroot] [PATCH] package/binutils: finalize the bump ARC tools to arc-2017.03-rc2 Romain Naour
@ 2017-05-14 12:42 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-05-14 12:42 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 14 May 2017 12:49:56 +0200, Romain Naour wrote:
> The commit bumping ARC tools to arc-2017.03-rc2 [1] forgot to
> update the ARC tools version in binutils.mk
>
> [1] 043737282010f83e8ec20618a034131bc7e8cae1
>
> Fixes:
> http://autobuild.buildroot.net/results/f9c/f9c40610209fc22ac8c0db6bd57bd3b11bbe6d9c
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Alexey Brodkin <abrodkin@synopsys.com>
> ---
> package/binutils/binutils.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-14 12:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-14 10:49 [Buildroot] [PATCH] package/binutils: finalize the bump ARC tools to arc-2017.03-rc2 Romain Naour
2017-05-14 12:42 ` Thomas Petazzoni
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.