summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorJohn Voltz2008-03-11 16:49:09 +0100
committerJohn Voltz2008-03-11 16:49:09 +0100
commitcd36594b21a9fd801d44f1db5fbe253cb5ef294f (patch)
tree5ba1ec5db85b445be2ac1f995735dea38f6019d5 /toolchain
parentremoved patch for older fakeroot (diff)
downloadbuildroot-cd36594b21a9fd801d44f1db5fbe253cb5ef294f.tar.gz
buildroot-cd36594b21a9fd801d44f1db5fbe253cb5ef294f.tar.xz
buildroot-cd36594b21a9fd801d44f1db5fbe253cb5ef294f.zip
fixed path problem
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/binutils.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index 84d088adb..1ccb7b22d 100644
--- a/toolchain/binutils/binutils.mk
+++ b/toolchain/binutils/binutils.mk
@@ -10,29 +10,29 @@ EXTRA_BINUTILS_CONFIG_OPTIONS=$(strip $(subst ",, $(BR2_EXTRA_BINUTILS_CONFIG_OP
#"))
BINUTILS_SITE:=ftp://ftp.kernel.org/pub/linux/devel/binutils
ifeq ($(BINUTILS_VERSION),2.18)
-BINUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/binutils/
+BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
endif
ifeq ($(BINUTILS_VERSION),2.17)
-BINUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/binutils/
+BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
endif
ifeq ($(BINUTILS_VERSION),2.16)
-BINUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/binutils/
+BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
BINUTILS_NO_MPFR:=y
endif
ifeq ($(BINUTILS_VERSION),2.16.1)
-BINUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/binutils/
+BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
BINUTILS_NO_MPFR:=y
endif
ifeq ($(BINUTILS_VERSION),2.15)
-BINUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/binutils/
+BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
BINUTILS_NO_MPFR:=y
endif
ifeq ($(BINUTILS_VERSION),2.14)
-BINUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/binutils/
+BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
BINUTILS_NO_MPFR:=y
endif
ifeq ($(BINUTILS_VERSION),2.13)
-BINUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/binutils/
+BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
BINUTILS_NO_MPFR:=y
endif
ifeq ($(BINUTILS_VERSION),2.15.97)