summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/binutils
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-24 22:17:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-24 22:17:35 +0000
commitd4606a6e5e1d628a1525f61f44bb63510c41b7d9 (patch)
tree845df1bb4d6dbdf5c3a5c6fdbbb41d6c19523931 /misc/buildroot/toolchain/binutils
parenta47ceedd3906bad3ee3b2d90c40a97e65df71b90 (diff)
downloadpx4-nuttx-d4606a6e5e1d628a1525f61f44bb63510c41b7d9.tar.gz
px4-nuttx-d4606a6e5e1d628a1525f61f44bb63510c41b7d9.tar.bz2
px4-nuttx-d4606a6e5e1d628a1525f61f44bb63510c41b7d9.zip
update zipme tool; remove unused directories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1730 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/binutils')
-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.