summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-02-09 12:56:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-22 11:26:12 +0100
commit1bc6186675a131d8fd4823d2766068a595063e25 (patch)
treeb2d0da862a52431aac407661ec5e9de9b4d5f865
parentcd8912fb4131c136f4fa4551e422cd6740a61c08 (diff)
downloadOSELAS.Toolchain-1bc6186675a131d8fd4823d2766068a595063e25.tar.gz
OSELAS.Toolchain-1bc6186675a131d8fd4823d2766068a595063e25.tar.xz
[cross-gcc] add Linaro download urls
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-gcc.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index 8ab7519..662f207 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -27,7 +27,9 @@ CROSS_GCC_BUILDDIR := $(CROSS_BUILDDIR)/$(CROSS_GCC)-build
CROSS_GCC_URL := \
$(PTXCONF_SETUP_GNUMIRROR)/gcc/$(CROSS_GCC)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX) \
ftp://sourceware.org/pub/gcc/snapshots/$(CROSS_GCC_VERSION)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX) \
- ftp://sourceware.org/pub/gcc/releases/$(CROSS_GCC)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX)
+ ftp://sourceware.org/pub/gcc/releases/$(CROSS_GCC)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX) \
+ http://launchpad.net/gcc-linaro/4.4/$(subst linaro-,,$(CROSS_GCC_VERSION))/+download/gcc-$(CROSS_GCC_VERSION).tar.bz2 \
+ http://launchpad.net/gcc-linaro/4.5/$(subst linaro-,,$(CROSS_GCC_VERSION))/+download/gcc-$(CROSS_GCC_VERSION).tar.bz2
ptx/abs2rel := $(PTXDIST_WORKSPACE)/scripts/ptxd_abs2rel.sh