summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-17 18:27:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-05 16:32:11 +0100
commitf1454af6c5fc07a523093182c3f504019fda0c55 (patch)
tree9906a2fccdf85d473774cea93d5aa9315d21e4e4
parent7813e5801882bd8de6cc3949bcb1e4bef9a0ab39 (diff)
downloadOSELAS.Toolchain-f1454af6c5fc07a523093182c3f504019fda0c55.tar.gz
OSELAS.Toolchain-f1454af6c5fc07a523093182c3f504019fda0c55.tar.xz
cross-gcc: use ptx/mirror in URL and add 4.7 linaro URL pattern
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-gcc.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index 88c2376..7d87e0e 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -27,10 +27,10 @@ CROSS_GCC_DIR := $(BUILDDIR_CROSS_DEBUG)/$(CROSS_GCC)
CROSS_GCC_BUILDDIR := $(CROSS_BUILDDIR)/$(CROSS_GCC)-build
CROSS_GCC_URL := \
- $(PTXCONF_SETUP_GNUMIRROR)/gcc/$(CROSS_GCC)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX) \
+ $(call ptx/mirror, GNU, gcc/$(CROSS_GCC)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX)) \
ftp://sourceware.org/pub/gcc/snapshots/$(CROSS_GCC_DL_VERSION)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX) \
ftp://sourceware.org/pub/gcc/releases/$(CROSS_GCC)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX) \
- http://launchpad.net/gcc-linaro/4.5/$(subst linaro-,,$(CROSS_GCC_DL_VERSION))/+download/gcc-$(CROSS_GCC_DL_VERSION).tar.bz2 \
+ http://launchpad.net/gcc-linaro/4.7/$(subst linaro-,,$(CROSS_GCC_DL_VERSION))/+download/gcc-$(CROSS_GCC_DL_VERSION).tar.bz2 \
http://launchpad.net/gcc-linaro/4.6/$(subst linaro-,,$(CROSS_GCC_DL_VERSION))/+download/gcc-$(CROSS_GCC_DL_VERSION).tar.bz2
ptx/abs2rel := $(PTXDIST_WORKSPACE)/scripts/ptxd_abs2rel.sh