All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/4] binutils: switch to use 2.28.x as the default version
Date: Sat, 29 Jul 2017 15:09:05 +0200	[thread overview]
Message-ID: <20170729130906.2140-4-thomas.petazzoni@free-electrons.com> (raw)
In-Reply-To: <20170729130906.2140-1-thomas.petazzoni@free-electrons.com>

Now that binutils 2.29 has been released, it is time to move to
binutils 2.28.x as the default binutils version, instead of 2.27.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/binutils/Config.in.host | 3 +--
 package/binutils/binutils.mk    | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 0840e8a..ef6aadb 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -2,8 +2,7 @@ comment "Binutils Options"
 
 choice
 	prompt "Binutils Version"
-	default BR2_BINUTILS_VERSION_2_27_X
-	default BR2_BINUTILS_VERSION_2_28_X if (BR2_arm && !BR2_USE_MMU)
+	default BR2_BINUTILS_VERSION_2_28_X
 	depends on !BR2_arc
 	help
 	  Select the version of binutils you wish to use.
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 2e09ba7..768f084 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-2017.03
 else
-BINUTILS_VERSION = 2.27
+BINUTILS_VERSION = 2.28.1
 endif
 endif # BINUTILS_VERSION
 
-- 
2.9.4

  parent reply	other threads:[~2017-07-29 13:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-29 13:09 [Buildroot] [PATCH 0/4] Update binutils package Thomas Petazzoni
2017-07-29 13:09 ` [Buildroot] [PATCH 1/4] binutils: bump 2.28.x series to 2.28.1 Thomas Petazzoni
2017-07-29 13:09 ` [Buildroot] [PATCH 2/4] binutils: add support for binutils 2.29 Thomas Petazzoni
2017-07-29 18:15   ` Waldemar Brodkorb
2017-07-29 19:34     ` Thomas Petazzoni
2017-08-02 18:43     ` Max Filippov
2017-07-29 13:09 ` Thomas Petazzoni [this message]
2017-07-29 13:09 ` [Buildroot] [PATCH 4/4] binutils: remove support for 2.26 Thomas Petazzoni
2017-07-31 19:27 ` [Buildroot] [PATCH 0/4] Update binutils package Thomas Petazzoni
2017-07-31 19:29   ` Waldemar Brodkorb
2017-08-01 21:38   ` Thomas Petazzoni

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=20170729130906.2140-4-thomas.petazzoni@free-electrons.com \
    --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 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.