summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/binutils/binutils.mk
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/binutils/binutils.mk')
-rw-r--r--misc/buildroot/toolchain/binutils/binutils.mk21
1 files changed, 3 insertions, 18 deletions
diff --git a/misc/buildroot/toolchain/binutils/binutils.mk b/misc/buildroot/toolchain/binutils/binutils.mk
index 2c4f01531..49ae481ae 100644
--- a/misc/buildroot/toolchain/binutils/binutils.mk
+++ b/misc/buildroot/toolchain/binutils/binutils.mk
@@ -9,30 +9,15 @@ BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
EXTRA_BINUTILS_CONFIG_OPTIONS=$(strip $(subst ",, $(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS)))
#"))
BINUTILS_SITE:=ftp://ftp.kernel.org/pub/linux/devel/binutils
-ifeq ($(BINUTILS_VERSION),2.19)
-BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
-endif
-ifeq ($(BINUTILS_VERSION),2.17)
+ifeq ($(BINUTILS_VERSION),2.19.1)
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
endif
-ifeq ($(BINUTILS_VERSION),2.16)
-BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
-endif
-ifeq ($(BINUTILS_VERSION),2.16.1)
-BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
-endif
-ifeq ($(BINUTILS_VERSION),2.15)
-BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
-endif
-ifeq ($(BINUTILS_VERSION),2.14)
+ifeq ($(BINUTILS_VERSION),2.19)
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
endif
-ifeq ($(BINUTILS_VERSION),2.13)
+ifeq ($(BINUTILS_VERSION),2.17)
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
endif
-ifeq ($(BINUTILS_VERSION),2.15.97)
-BINUTILS_SITE:=ftp://sources.redhat.com/pub/binutils/snapshots/
-endif
# NOTE: Unlike the original buildroot binutils.mk, this version always relies on
# the system libgmp and libmpfr which must be installed for certain binutils versions.