Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] binutils: use binutils 2.24 by default on the target
@ 2015-07-11 12:52 Thomas Petazzoni
  2015-07-11 12:52 ` [Buildroot] [PATCH 2/2] binutils: remove version 2.22 Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-07-11 12:52 UTC (permalink / raw)
  To: buildroot

When binutils is not built for the host, binutils.mk decides of the
version to be used when building binutils for the target. We're still
using the old 2.22 binutils version, but it's time to bump up to 2.24,
which we already use as the default version for the host.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 4ce11da..009a900 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2015.06-rc1
 else
-BINUTILS_VERSION = 2.22
+BINUTILS_VERSION = 2.24
 endif
 endif # BINUTILS_VERSION
 
-- 
2.4.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-13 15:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-11 12:52 [Buildroot] [PATCH 1/2] binutils: use binutils 2.24 by default on the target Thomas Petazzoni
2015-07-11 12:52 ` [Buildroot] [PATCH 2/2] binutils: remove version 2.22 Thomas Petazzoni
2015-07-13 13:54   ` Gustavo Zacarias
2015-07-13 13:52 ` [Buildroot] [PATCH 1/2] binutils: use binutils 2.24 by default on the target Gustavo Zacarias
2015-07-13 15:34 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox