Преглед на файлове

binutils: remove dead code

We no longer have any way of using version 2.23, and all the other
versions that we support are available as .tar.bz2. Therefore we can
remove the special case related to the 2.23 version only being
available as a .tar.gz archive.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thomas Petazzoni преди 10 години
родител
ревизия
beaf1c1887
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      package/binutils/binutils.mk

+ 0 - 4
package/binutils/binutils.mk

@@ -16,10 +16,6 @@ BINUTILS_VERSION = 2.21
 endif
 endif
 endif
 endif
 
 
-ifeq ($(BINUTILS_VERSION),2.23)
-BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz
-endif
-
 ifeq ($(ARCH),avr32)
 ifeq ($(ARCH),avr32)
 BINUTILS_SITE = ftp://www.at91.com/pub/buildroot
 BINUTILS_SITE = ftp://www.at91.com/pub/buildroot
 endif
 endif