diff options
| author | Romain Naour <romain.naour@gmail.com> | 2018-01-29 23:39:41 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-01-30 09:47:27 +0100 |
| commit | 453d29f1f45736d0156071930a09015def68994a (patch) | |
| tree | 65372f799cca75de55f95ef5a666e6b48d1db4f9 /package/binutils/binutils.mk | |
| parent | 37e1e6cf6d133afeed1be98c5d5542cd00664efb (diff) | |
| download | buildroot-453d29f1f45736d0156071930a09015def68994a.tar.gz buildroot-453d29f1f45736d0156071930a09015def68994a.zip | |
package/binutils: remove support for 2.27
Now that binutils 2.30 has been introduced, and we have moved to
2.29.1 as the default version, it is time to drop support for binutils
2.27.
Also use xz-compressed tarball for all official supported version.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/binutils/binutils.mk')
| -rw-r--r-- | package/binutils/binutils.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 0f7ff0048a..1bd01ecefc 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -21,15 +21,7 @@ BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz BINUTILS_FROM_GIT = y endif BINUTILS_SITE ?= $(BR2_GNU_MIRROR)/binutils -ifeq ($(BINUTILS_VERSION),2.28.1) BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz -else ifeq ($(BINUTILS_VERSION),2.29.1) -BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz -else ifeq ($(BINUTILS_VERSION),2.30) -BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz -else -BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.bz2 -endif BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTIONS)) BINUTILS_INSTALL_STAGING = YES BINUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) |

