diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-29 15:09:05 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-01 23:37:51 +0200 |
| commit | ab2e1786c2c5b8ef377563ca9bc3f7dbabe2cb61 (patch) | |
| tree | 119a61c65fe04aa2b9558b1266b6447cc1800041 /package/binutils/binutils.mk | |
| parent | 8c36c65ab8d4ebbac76799fe956a218d9c382bc1 (diff) | |
| download | buildroot-ab2e1786c2c5b8ef377563ca9bc3f7dbabe2cb61.tar.gz buildroot-ab2e1786c2c5b8ef377563ca9bc3f7dbabe2cb61.zip | |
binutils: switch to use 2.28.x as the default version
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>
Diffstat (limited to 'package/binutils/binutils.mk')
| -rw-r--r-- | package/binutils/binutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 2e09ba7a9a..768f084111 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 |

