diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-03 22:09:58 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-03 22:09:58 +0000 |
commit | debe83461f0829d802f858622f502e5f1e85b9e5 (patch) | |
tree | dc2c5f47ceeeebe086c606b6ff22c2ebb6eb8f06 | |
parent | 96dbf8aad4696305d435911399810ee662d2d532 (diff) |
binutils: remove handling of ancient versions
-rw-r--r-- | toolchain/binutils/binutils.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index 278825216..66f393efd 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -21,30 +21,6 @@ endif ifeq ($(BINUTILS_VERSION),2.17) BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ endif -ifeq ($(BINUTILS_VERSION),2.16) -BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ -BINUTILS_NO_MPFR:=y -endif -ifeq ($(BINUTILS_VERSION),2.16.1) -BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ -BINUTILS_NO_MPFR:=y -endif -ifeq ($(BINUTILS_VERSION),2.15) -BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ -BINUTILS_NO_MPFR:=y -endif -ifeq ($(BINUTILS_VERSION),2.14) -BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ -BINUTILS_NO_MPFR:=y -endif -ifeq ($(BINUTILS_VERSION),2.13) -BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/ -BINUTILS_NO_MPFR:=y -endif -ifeq ($(BINUTILS_VERSION),2.15.97) -BINUTILS_SITE:=ftp://sources.redhat.com/pub/binutils/snapshots/ -BINUTILS_NO_MPFR:=y -endif # We do not rely on the host's gmp/mpfr but use a known working one BINUTILS_HOST_PREREQ:= |