From d4606a6e5e1d628a1525f61f44bb63510c41b7d9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 24 Apr 2009 22:17:35 +0000 Subject: update zipme tool; remove unused directories git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1730 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/binutils/binutils.mk | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'misc/buildroot/toolchain/binutils') 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. -- cgit v1.2.3